aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-09 07:01:05 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-09 07:01:05 -0500
commitf6999fbe4bc393f1410c45d1452680f92ff28e5d (patch)
tree4a2286878505df7fb5ba296d9ea1f7ca710493f1
parentc0341ad1319253bf980a2bf9b7dd1d788c2746d6 (diff)
downloadportable-f6999fbe4bc393f1410c45d1452680f92ff28e5d.tar.gz
portable-f6999fbe4bc393f1410c45d1452680f92ff28e5d.tar.bz2
portable-f6999fbe4bc393f1410c45d1452680f92ff28e5d.zip
try ninja on travis linux again
-rwxr-xr-xscripts/travis2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis b/scripts/travis
index 98bfc61..e54f1f0 100755
--- a/scripts/travis
+++ b/scripts/travis
@@ -29,7 +29,7 @@ if "x$ARCH" = "xnative"; then
29 sudo apt-get update 29 sudo apt-get update
30 sudo apt-get install -y $ARCH-x-gcc cmake ninja-build 30 sudo apt-get install -y $ARCH-x-gcc cmake ninja-build
31 cmake .. -GNinja 31 cmake .. -GNinja
32 make 32 ninja
33 fi 33 fi
34else 34else
35 CPU=i686 35 CPU=i686