THRIFT-3633 Travis "C C++ - GCC" build was using clang
Client: Build
Patch: Nobuaki Sukegawa

This closes #868


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

Branch: refs/heads/master
Commit: ea5845a2f53de0f7891b5fc293897407d59824a1
Parents: 66f5053
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sun Feb 14 21:56:53 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sun Feb 14 22:47:19 2016 +0900

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/ea5845a2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2f77254..adcd0da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,7 @@ env:
     - TEST_NAME="C C++ - GCC (automake)"
       BUILD_CMD="../autotools.sh"
       BUILD_ARG="--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 Perl PHP Python Ruby (automake)"
       BUILD_CMD="../autotools.sh"

Reply via email to