diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b21773f..57a1d13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ addons: &addons - libtool - libboost1.55-all-dev - libcurl4-openssl-dev - - gcc-5 - - g++-5 + - g++-6 env: - CONF=--disable-output-edi @@ -27,6 +26,6 @@ compiler: script: - | ./bootstrap.sh - CC=gcc-5 CXX=g++-5 ./configure $CONF + CC=gcc-6 CXX=g++-6 ./configure $CONF make |