aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:56:53 +0000
committerTaylor Holberton <taylorcholberton@gmail.com>2018-12-17 14:56:53 +0000
commitddada582fb668593e40460ebfc9aa9fe54e2a4d8 (patch)
tree3b2b83637ed0416599fe60c1f44db726cefd9542 /.travis.yml
parente8ee25733ca775a5c589fb57ddd94b0332a0b13f (diff)
Installing ninja on travis build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 19af796..28667cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ addons:
before_script:
- pip3 install --upgrade pip
+ - pip3 install --user ninja
- pip3 install --user meson
script: