From 0fc8e0c2ca0b164d33039a723475c90952704307 Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Wed, 17 Sep 2014 22:18:08 -0700 Subject: Don't need to install and configure with gtest any more --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7bee6f..6cb1b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v0.12