Browse Source
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>
lilik-openwrt-22.03
Josef Schlehofer
4 years ago
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
@ -3,8 +3,8 @@ git: |
|
|
|
quiet: true |
|
|
|
|
|
|
|
language: c |
|
|
|
os: linux |
|
|
|
dist: focal |
|
|
|
sudo: false |
|
|
|
cache: |
|
|
|
directories: |
|
|
|
- $HOME/sdk |
|
|
|