diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-09 06:40:05 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-09 06:40:05 -0500 |
commit | 2728a86590a5b82152b497a991613b2f48657995 (patch) | |
tree | d50d2fec7ba1dd42730667a765b7e7fb06f80eba /.travis.yml | |
parent | 5de4c4f0eb9bdcc1dbdadc4aafb4cc89083835a0 (diff) | |
download | portable-2728a86590a5b82152b497a991613b2f48657995.tar.gz portable-2728a86590a5b82152b497a991613b2f48657995.tar.bz2 portable-2728a86590a5b82152b497a991613b2f48657995.zip |
travis' cmake does not support ninja, use make
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a767b3..1aaab8a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,4 +27,3 @@ addons: | |||
27 | apt: | 27 | apt: |
28 | packages: | 28 | packages: |
29 | - cmake | 29 | - cmake |
30 | - ninja-build | ||