aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-03-24 09:35:38 -0700
committerEric Anderson <ejona@google.com>2015-03-24 09:56:19 -0700
commita3b353ce541b376e8f70a675abf2327606cdd4b6 (patch)
treecf32ec541ec6e1cbdd443154bc8703b2bca2a076 /.travis.yml
parent2cbbd4706ab499954058720ecaaa84e14a64c29e (diff)
downloadgrpc-grpc-java-a3b353ce541b376e8f70a675abf2327606cdd4b6.tar.gz
Disable Travis parallel building to reduce memory usage
We were seeing errors on Travis like: > Process 'Gradle Test Executor 2' finished with non-zero exit value 137 That doesn't make much sense, other than maybe the OOM killer killing our processes. Turning off parallel execution seemed to fix the problem, so we'll just assume memory was the actual problem and doing fewer things in parallel reduces our maximum memory usage. Travis documentation seems to agree with that being a likely cause: http://docs.travis-ci.com/user/common-build-problems/#My-build-script-is-killed-without-any-error
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a0bba5a1a..058f8b0b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@ before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
- mkdir -p $HOME/.gradle
- echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties
- - echo "org.gradle.parallel=true" >> $HOME/.gradle/gradle.properties
jdk:
- oraclejdk8