diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-17 14:56:53 +0000 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-17 14:56:53 +0000 |
commit | ddada582fb668593e40460ebfc9aa9fe54e2a4d8 (patch) | |
tree | 3b2b83637ed0416599fe60c1f44db726cefd9542 | |
parent | e8ee25733ca775a5c589fb57ddd94b0332a0b13f (diff) |
Installing ninja on travis build.
-rw-r--r-- | .travis.yml | 1 |
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: |