From c0f8dd8d4752704aff8518000801e07e7c360cec Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 11 Sep 2014 13:30:48 -0700 Subject: [PATCH] travis: fewer jobs to try to work around oom --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9c085392..e56e298e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: script: - ./configure CXX="${CXX}" CC="${CC}" CUSTOM_CXXFLAGS="${CUSTOM_CXXFLAGS}" CUSTOM_LDFLAGS="${CUSTOM_LDFLAGS}" XML_PARSER="${XML_PARSER}" ENABLE_LOG="${ENABLE_LOG}" DEBUG="${DEBUG}" DEMO="${DEMO}" BENCHMARK="${BENCHMARK}" CPP_TESTS=True CAIRO=True FAST=True || cat config.log - - if [[ "${DEBUG}" == true ]]; then JOBS=2 make; else JOBS=4 make; fi; + - if [[ "${DEBUG}" == true ]]; then JOBS=1 make; else JOBS=2 make; fi; - git clone https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data - make test - source localize.sh && make grind