From ee17ff95e591192b704a9a15bf962945e66f64ab Mon Sep 17 00:00:00 2001 From: "James E. King, III" Date: Fri, 7 Apr 2017 00:25:42 -0400 Subject: THRIFT-4071: rebalance build job 5 to eliminate CI failures This closes #1245 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a664263fa..a7ed6adfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,12 +58,12 @@ env: SCRIPT="autotools.sh" BUILD_ARG="--without-dart --without-haskell --without-java --without-lua --without-nodejs --without-perl --without-php --without-php_extension --without-python --without-ruby" - - TEST_NAME="C C++ Plugin - GCC (automake)" + - TEST_NAME="C C++ Plugin Haskell Perl - GCC (automake)" SCRIPT="autotools.sh" BUILD_ARG="--enable-plugin --without-csharp --without-java --without-erlang --without-nodejs --without-lua --without-python --without-perl --without-php --without-php_extension --without-dart --without-ruby --without-haskell --without-go --without-haxe --without-d" BUILD_ENV="-e CC=gcc -e CXX=g++" - - TEST_NAME="Java Lua PHP Ruby Dart Haskell Node.js Python Perl (automake)" + - TEST_NAME="Java Lua PHP Ruby Dart Node.js Python (automake)" SCRIPT="autotools.sh" BUILD_ARG="--without-cpp --without-c_glib --without-csharp --without-d --without-erlang --without-go --without-haxe" -- cgit v1.2.1