aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-17 19:17:54 +0900
committerGitHub <noreply@github.com>2017-09-17 19:17:54 +0900
commitd8c4a671760fda8e83279b9383108f0951367fb6 (patch)
tree0ad063878c09eec987d1d8054b66d11fd629ce30 /.travis.yml
parent26c4d5ddef6920043ae40a9d80ca31f3b820bad5 (diff)
parent414809c742521926ca08fbd355b92f3ae877064f (diff)
downloadcrow-d8c4a671760fda8e83279b9383108f0951367fb6.tar.gz
crow-d8c4a671760fda8e83279b9383108f0951367fb6.zip
Merge branch 'master' into master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cec0186..5957c58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,14 +11,22 @@ compiler:
env:
matrix:
- COMPILER=g++-4.8 CCOMPILER=gcc-4.8 PUSH_COVERAGE=ON
+ - COMPILER=g++-4.9 CCOMPILER=gcc-4.9
+ - COMPILER=g++-5 CCOMPILER=gcc-5
+ - COMPILER=clang++-3.6 CCOMPILER=clang-3.6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
+ - llvm-toolchain-precise
+ - llvm-toolchain-precise-3.6
packages:
- g++-4.8
+ - g++-4.9
+ - g++-5
+ - clang-3.6
- libboost1.55-all-dev
- python-pip
@@ -36,4 +44,4 @@ script: make && ctest
after_success:
- cd ..
- - if [ "PUSH_COVERAGE" == "ON" ]; then coveralls --gcov gcov-4.8 -i include --gcov-options '\-lp'; fi
+ - if [ "$PUSH_COVERAGE" == "ON" ]; then coveralls --gcov gcov-4.8 -i include --gcov-options '\-lp'; fi