From 1057ba2afe9b9e6485626e69a22d2caf6e676373 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 27 May 2015 07:46:34 -0700 Subject: [PATCH] Split C/C++ tests: we are running out of space in opt now --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de40453b067..c6262425571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ env: - CONFIG=opt TEST=sanity JOBS=1 - CONFIG=gcov TEST=c JOBS=16 - CONFIG=gcov TEST=c++ JOBS=16 - - CONFIG=opt TEST="c c++" JOBS=16 + - CONFIG=opt TEST=c JOBS=16 + - CONFIG=opt TEST=c++ JOBS=16 - CONFIG=opt TEST=node JOBS=16 - CONFIG=opt TEST=ruby JOBS=16 - CONFIG=opt TEST=python JOBS=1