Skip to content

Commit

Permalink
switch travis to use new --bootstrap mode for building
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Nov 18, 2014
1 parent f960dd2 commit e4d72ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4d72ef

Please sign in to comment.