Update .travis.yml

This commit is contained in:
木头云 2018-12-19 15:35:54 +08:00 committed by GitHub
parent e860eb5a4f
commit cf5e2aa6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,15 @@ dist: xenial
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- os: linux
compiler: clang