aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 13:59:34 +0000
committerTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 13:59:34 +0000
commita93316d9de1f65fbe2abb25e63f98d4ce224296b (patch)
tree1e27ef29ce412a70f24e88d30cd79b7550c430b9 /.travis.yml
parenta4ac5f5a3b09f3d646ad8e777f43810a8c5ba3da (diff)
Testing all build systems in Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e0533d..7c43bf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,10 @@ addons:
packages:
- doxygen
- graphviz
+ - python3-pip
before_script:
- - mkdir $HOME/install
+ - pip3 install --user meson
script:
- - make
- - make PREFIX=$HOME/install install
+ - scripts/travis-build.sh