Don't need to install and configure with gtest any more
authorScott Graham <scottmg@chromium.org>
Thu, 18 Sep 2014 05:18:08 +0000 (22:18 -0700)
committerScott Graham <scottmg@chromium.org>
Thu, 18 Sep 2014 05:18:08 +0000 (22:18 -0700)
.travis.yml

index d7bee6f..6cb1b5c 100644 (file)
@@ -4,5 +4,4 @@ compiler:
   - clang
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install libgtest-dev
-script: ./bootstrap.py && ./configure.py --with-gtest=/usr/src/gtest && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
+script: ./bootstrap.py && ./configure.py && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots