diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 630965a..a8e0a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,15 @@ -sudo: required +os: linux +dist: xenial language: c compiler: - gcc script: tests/script/runtests.sh before_install: tests/script/bootstrap.sh +addons: + apt: + packages: + - "python3" + - "python3-pip" +env: + global: + - ARDMK_DIR=$TRAVIS_BUILD_DIR |
