Commit 38b58715 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: add build with GCC 8

Also test the newest available GCC version.
parent d88e00c0
......@@ -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:
......
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