aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHuu Nguyen <whoshuu@gmail.com>2015-09-28 20:22:42 -0400
committerHuu Nguyen <whoshuu@gmail.com>2015-09-28 20:22:42 -0400
commitd42888fa286ea18e8d599e0191198ea3cff24d9d (patch)
tree7dde563abd85900a5be7ed8ba306629cf4170d8c /.travis.yml
parentdc5d9ba2908c2f7e9346e0d6d7f06011cf2ebdfc (diff)
downloadcrow-d42888fa286ea18e8d599e0191198ea3cff24d9d.tar.gz
crow-d42888fa286ea18e8d599e0191198ea3cff24d9d.zip
Add clang compiler to travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8dc7d12..e283093 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,16 +13,20 @@ env:
- 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