[Pkg-running-devel] [antpm] 14/31: travis-ci: try enabling clang-3.7 too

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Mar 24 23:19:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch master
in repository antpm.

commit 84e72363e62a7ec131ef5ee4e89c153f573aa93a
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Mon Mar 28 20:38:07 2016 +0200

    travis-ci: try enabling clang-3.7 too
---
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f19df60..c0021c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,11 @@ addons:
     sources:
     - ubuntu-toolchain-r-test
     - boost-latest
+    - llvm-toolchain-precise-3.7
     packages:
-    - gcc-4.9
-    - g++-4.9
-    - clang
+    - gcc-5
+    - g++-5
+    - clang-3.7
     - cmake
     - pkg-config
     - libusb-1.0-0-dev
@@ -46,6 +47,7 @@ language: cpp
 script: cmake
 compiler:
   - gcc
+  - clang
 notifications:
   email:
     recipients:
@@ -59,7 +61,7 @@ branches:
 
 before_install:
 install:
-  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+  - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
   - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
 
 before_script:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list