Repository: thrift Updated Branches: refs/heads/master f74943cf6 -> ee17ff95e
THRIFT-4071: rebalance build job 5 to eliminate CI failures This closes #1245 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ee17ff95 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/ee17ff95 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/ee17ff95 Branch: refs/heads/master Commit: ee17ff95e591192b704a9a15bf962945e66f64ab Parents: f74943c Author: James E. King, III <[email protected]> Authored: Fri Apr 7 00:25:42 2017 -0400 Committer: James E. King, III <[email protected]> Committed: Fri Apr 7 00:25:42 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/ee17ff95/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a664263..a7ed6ad 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"
