aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHuu Nguyen <whoshuu@gmail.com>2015-09-28 20:22:02 -0400
committerHuu Nguyen <whoshuu@gmail.com>2015-09-28 20:22:02 -0400
commitdc5d9ba2908c2f7e9346e0d6d7f06011cf2ebdfc (patch)
tree3224669ceae99cd2e4beef3961ea2625612dff10 /.travis.yml
parent64aa41af82d53807273f84685cf7ed4fb8449dc0 (diff)
downloadcrow-dc5d9ba2908c2f7e9346e0d6d7f06011cf2ebdfc.tar.gz
crow-dc5d9ba2908c2f7e9346e0d6d7f06011cf2ebdfc.zip
Add two new gcc compilers 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 cec0186..8dc7d12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,8 @@ 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
addons:
apt:
@@ -19,6 +21,8 @@ addons:
- boost-latest
packages:
- g++-4.8
+ - g++-4.9
+ - g++-5
- libboost1.55-all-dev
- python-pip