packages/.travis.yml
Josef Schlehofer d7bec1b0f0
travis: Use Ubuntu (Bionic Beaver) 18.04 LTS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit f2c7a00ef4)
2020-07-01 23:03:55 +02:00

16 lines
199 B
YAML

git:
depth: 10
quiet: true
language: c
dist: bionic
sudo: false
cache:
directories:
- $HOME/sdk
before_script:
- ./.travis_do.sh download_sdk
script:
- ./.travis_do.sh test_packages