diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-06-19 20:51:53 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-06-19 21:16:52 +0200 |
commit | 651b9f9bf1d1feedc0895e6f2de2ae58002bbc99 (patch) | |
tree | 0637769f141c0dcd84abec8dfde85d86c1f543c7 /.travis.yml | |
parent | 995822b5f765228dc5d4496b37eb7033d3fc6e7e (diff) |
travis: improve build config
Build config validation showed up 1 warning, 1 info
- deprecated sudo
- missing os
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cff010c05..5f03189e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ git: quiet: true language: c +os: linux dist: focal -sudo: false cache: directories: - $HOME/sdk |