From 896b81c1fe50b11012a34365a11b8fcaba33350f Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 26 Apr 2013 11:25:21 -0700 Subject: disable SubprocessTest.SetWithLots on travis-ci We run into fork() limits on their VM. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aec9d7f..d7bee6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ compiler: 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 +script: ./bootstrap.py && ./configure.py --with-gtest=/usr/src/gtest && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots -- cgit v0.12