You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/02/18 18:55:48 UTC

thrift git commit: THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross

Repository: thrift
Updated Branches:
  refs/heads/master 377719c2d -> 736075d2a


THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/736075d2
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/736075d2
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/736075d2

Branch: refs/heads/master
Commit: 736075d2ac9ff4a449a3446320c270d864f8e616
Parents: 377719c
Author: James E. King, III <jk...@apache.org>
Authored: Sat Feb 18 13:55:30 2017 -0500
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Feb 18 13:55:30 2017 -0500

----------------------------------------------------------------------
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/736075d2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 81a88c3..70293ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,14 +42,14 @@ env:
     - BUILD_LIBS="CPP C_GLIB HASKELL JAVA PYTHON TESTING TUTORIALS"  # only meaningful for CMake builds
 
   matrix:
-    - TEST_NAME="Cross Language Tests (Binary and Header Protocols)"
+    - TEST_NAME="Cross Language Tests (Binary, Header, Multiplexed Protocols)"
       SCRIPT="cross-test.sh"
-      BUILD_ARG="-'(binary|header)'"
+      BUILD_ARG="-'(binary|header|multiplexed)'"
       BUILD_ENV="-e CC=clang -e CXX=clang++ -e THRIFT_CROSSTEST_CONCURRENCY=4"
 
-    - TEST_NAME="Cross Language Tests (Debian) (Binary and Header Protocols)"
+    - TEST_NAME="Cross Language Tests (Debian) (Binary, Header, Multiplexed Protocols)"
       SCRIPT="cross-test.sh"
-      BUILD_ARG="-'(binary|header)'"
+      BUILD_ARG="-'(binary|header|multiplexed)'"
       BUILD_ENV="-e CC=clang -e CXX=clang++ -e THRIFT_CROSSTEST_CONCURRENCY=4"
       DISTRO=debian