You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by ji...@apache.org on 2016/06/04 17:55:34 UTC

[2/2] incubator-quickstep git commit: Checking if Travis Ubuntu uses pre-built clang-3.7 instead of downloading.

Checking if Travis Ubuntu uses pre-built clang-3.7 instead of downloading.


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

Branch: refs/heads/master
Commit: bf9150e81a2a1fa59ed9053ce7657a66d9c14f9a
Parents: 69c6551
Author: Harshad Deshmukh <hb...@apache.org>
Authored: Fri Jun 3 15:40:34 2016 -0500
Committer: Harshad Deshmukh <hb...@apache.org>
Committed: Fri Jun 3 15:40:34 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/bf9150e8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 483a02b..065cfe4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,11 +77,11 @@ addons:
   apt:
     sources:
       - ubuntu-toolchain-r-test
-      - llvm-toolchain-precise-3.7
+#      - llvm-toolchain-precise-3.7
     packages:
       - gcc-5
       - g++-5
-      - clang-3.7
+#      - clang-3.7
       - binutils-gold
       - libprotobuf-dev
       - protobuf-compiler