You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/09/01 15:03:37 UTC

[09/50] qpid-proton git commit: NO-JIRA: Change travis to compile with both gcc and clang

NO-JIRA: Change travis to compile with both gcc and clang


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

Branch: refs/heads/go1
Commit: ca88f3416cfe2a9fa4ab06a1d8282f231843386c
Parents: 8c54c62
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Aug 3 14:05:36 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Aug 3 19:35:26 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ca88f341/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c4e6d93..073ed95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,10 @@
 
 os: linux
 sudo: false
-language: python
-python: 2.7
+language: cpp
+compiler:
+- gcc
+- clang
 
 addons:
   apt:
@@ -39,8 +41,8 @@ addons:
     - golang
 
 install:
-- pip install --upgrade pip
-- pip install tox
+- pip install --user --upgrade pip
+- pip install --user tox
 - gem install rspec
 - gem install simplecov || true
 - gem install minitest


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org