MATRIX_EVAL

This commit is contained in:
Chris Esposito 2018-12-28 14:15:45 +11:00 committed by GitHub
parent 17cbfd29fa
commit 007c183c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ matrix:
- g++-7
- gcc-7
env:
- MATRIX_EVAL="alias gcc=gcc-7 && alias g++=g++-7"
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- os: osx
osx_image: xcode7.2
compiler: clang