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
parent
commit
651b9f9bf1
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -3,8 +3,8 @@ git:
quiet: true
language: c
os: linux
dist: focal
sudo: false
cache:
directories:
- $HOME/sdk


Loading…
Cancel
Save