Merge pull request #1118 from nico/posixspawn2
[platform/upstream/ninja.git] / .travis.yml
index 6cb1b5c..216b8b0 100644 (file)
@@ -1,7 +1,6 @@
+sudo: false
 language: cpp
 compiler:
   - gcc
   - clang
-before_install:
-  - sudo apt-get update -qq
-script: ./bootstrap.py && ./configure.py && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
+script: ./configure.py --bootstrap && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py