Commit d88e00c0 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: switch to GCC 6

After commit a72d1200, the Travis-CI build fails, because we have been using GCC 5 there... so let's switch to GCC 6 to test the oldest possible GCC version.
parent a72d1200
...@@ -9,11 +9,11 @@ matrix: ...@@ -9,11 +9,11 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-5 - g++-6
- libcppunit-dev - libcppunit-dev
- libboost-dev - libboost-dev
env: env:
- MATRIX_EVAL="export CC=gcc-5 CXX=g++-5" - MATRIX_EVAL="export CC=gcc-6 CXX=g++-6"
- os: osx - os: osx
osx_image: xcode9.3beta osx_image: xcode9.3beta
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment