diff --git a/.travis.yml b/.travis.yml index a9be66067..af2f0b699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,20 @@ language: cpp +matrix: + include: + # works on Precise and Trusty + - os: linux + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-6 + env: + - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6" compiler: - gcc - - clang before_install: + - eval "${MATRIX_EVAL}" - ci/make-tmp.sh - ci/install-fesvr.sh - ci/install-verilator.sh