diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dce5451..a8e0a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -sudo: required +os: linux +dist: xenial language: c compiler: - gcc @@ -9,3 +10,6 @@ addons: packages: - "python3" - "python3-pip" +env: + global: + - ARDMK_DIR=$TRAVIS_BUILD_DIR |
