travis: force CC and CXX env variable for the linux gcc-4.9 build
This commit is contained in:
parent
01d0180b99
commit
50db64cdb7
@ -22,7 +22,7 @@ matrix:
|
||||
# Linux GCC-4.9 release static
|
||||
- compiler: gcc-4.9
|
||||
addons: *gcc49-packages
|
||||
env: TRAVIS_BUILD_TYPE=Release TRAVIS_SHARED_LIBS=OFF TRAVIS_STRICT_C90=OFF TRAVIS_MAKE_CHECK=ON TRAVIS_COVERALLS=OFF
|
||||
env: CC=/usr/bin/gcc-4.9 CXX=/usr/bin/g++-4.9 TRAVIS_BUILD_TYPE=Release TRAVIS_SHARED_LIBS=OFF TRAVIS_STRICT_C90=OFF TRAVIS_MAKE_CHECK=ON TRAVIS_COVERALLS=OFF
|
||||
# OSX Clang debug static
|
||||
- os: osx
|
||||
compiler: clang
|
||||
|
Loading…
Reference in New Issue
Block a user