Don't need to install and configure with gtest any more
[platform/upstream/ninja.git] / .travis.yml
1 language: cpp
2 compiler:
3   - gcc
4   - clang
5 before_install:
6   - sudo apt-get update -qq
7 script: ./bootstrap.py && ./configure.py && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots