aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-17 14:39:01 +0900
committerGitHub <noreply@github.com>2017-09-17 14:39:01 +0900
commit05fdf17795b7ded0c1a3fcf94d4ea5bf0e31ead0 (patch)
treeae83ba8da7173658b00bf0c492b0c98c3878312e /.travis.yml
parent728f1606049d46b6469e7d4f67ca950d47dde4fb (diff)
parentd42888fa286ea18e8d599e0191198ea3cff24d9d (diff)
downloadcrow-05fdf17795b7ded0c1a3fcf94d4ea5bf0e31ead0.tar.gz
crow-05fdf17795b7ded0c1a3fcf94d4ea5bf0e31ead0.zip
Merge pull request #92 from whoshuu/add-new-toolchains
Add new toolchains
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 45b2986..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