summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-07-06 21:31:02 +0200
committerMax Kellermann <max@musicpd.org>2018-07-06 21:31:02 +0200
commit38b58715ae4a11b2ba190b335d6f8f0a18921bc3 (patch)
tree08f10059fc98650be5c95a2c17c02a0b9fb1653f /.travis.yml
parentd88e00c0a407008f8e83a356b2eb6be11eb0718e (diff)
.travis.yml: add build with GCC 8
Also test the newest available GCC version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 338c3ac5c..4d2d388db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,19 @@ matrix:
env:
- MATRIX_EVAL="export CC=gcc-6 CXX=g++-6"
+ - os: linux
+ dist: trusty
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-8
+ - libcppunit-dev
+ - libboost-dev
+ env:
+ - MATRIX_EVAL="export CC=gcc-8 CXX=g++-8"
+
- os: osx
osx_image: xcode9.3beta
env: