summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-06-16 09:54:01 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-06-16 09:54:01 +0200
commit72052daae4f7f7aa074c65f46b87791972a40915 (patch)
tree8a392d89c57339714954363cbb39867d64a1fc72 /.travis.yml
parented18e94b8f09d0297d026e33c1792eb23efff4ee (diff)
downloadATCD-72052daae4f7f7aa074c65f46b87791972a40915.tar.gz
Try gcc7 on travis
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fbe10513e17..329a0a604ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ env:
- TAO_ROOT=$TRAVIS_BUILD_DIR/TAO
- MPC_ROOT=$TRAVIS_BUILD_DIR/MPC
- LD_LIBRARY_PATH=$ACE_ROOT/lib:$LD_LIBRARY_PATH
- - COMPILER=g++-6
+ - COMPILER=g++-7
matrix:
include:
@@ -44,7 +44,7 @@ addons:
packages:
- libssl-dev
- libxerces-c-dev
- - g++-6
+ - g++-7
before_install:
- git clone --depth 1 git://github.com/DOCGroup/MPC.git