From e4d72ef97ce5f509175a6188e0854c121a3032c7 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 18 Nov 2014 09:07:43 -0800 Subject: switch travis to use new --bootstrap mode for building --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2608995..544db6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: cpp compiler: - gcc - clang -script: ./bootstrap.py && ./configure.py && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py +script: ./configure.py --bootstrap && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py -- cgit v0.12