summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-06 21:30:14 +0200
committerMax Kellermann <max@musicpd.org>2018-07-06 21:30:15 +0200
commitd88e00c0a407008f8e83a356b2eb6be11eb0718e (patch)
tree6fe2293b1d7948e517e12085a5b211b26549719f /.travis.yml
parenta72d1200fba613d542aa806cbd6c536c0e5061db (diff)
.travis.yml: switch to GCC 6
After commit a72d1200fba613d542aa806cbd6c536c0e5061db, 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.
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 4dcb47736..338c3ac5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,11 +9,11 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- - g++-5
+ - g++-6
- libcppunit-dev
- libboost-dev
env:
- - MATRIX_EVAL="export CC=gcc-5 CXX=g++-5"
+ - MATRIX_EVAL="export CC=gcc-6 CXX=g++-6"
- os: osx
osx_image: xcode9.3beta