From f6999fbe4bc393f1410c45d1452680f92ff28e5d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 9 Sep 2015 07:01:05 -0500 Subject: try ninja on travis linux again --- scripts/travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 sudo apt-get update sudo apt-get install -y $ARCH-x-gcc cmake ninja-build cmake .. -GNinja - make + ninja fi else CPU=i686 -- cgit v1.2.3-55-g6feb