Files
packages/.travis.yml
Josef Schlehofer 995822b5f7 travis: Use Ubuntu 20.04 LTS - Focal Fossa
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-19 21:16:41 +02:00

17 lines
198 B
YAML

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