From d611bd405acc9817a4e96f52a042a7a2f06f7812 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 1 Feb 2017 16:49:56 -0800 Subject: Make travis build everything Tell travis to build "all" instead of just "ninja_test". This would have caught the breakage introduced by #1181. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 216b8b0..093139b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ language: cpp compiler: - gcc - clang -script: ./configure.py --bootstrap && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py +script: ./configure.py --bootstrap && ./ninja all && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py -- cgit v0.12