aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
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