mirror of
https://github.com/vale981/arb
synced 2025-03-04 08:51:40 -05:00
Update .travis.yml
This commit is contained in:
parent
fbe994f446
commit
102b5e60b5
1 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,12 @@ compiler:
|
|||
script:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
|
||||
brew update;
|
||||
brew install gcc48;
|
||||
export CC=gcc-4.8;
|
||||
export CXX=g++-4.8;
|
||||
brew install gcc;
|
||||
brew link --overwrite gcc;
|
||||
export CC=gcc;
|
||||
export CXX=g++;
|
||||
gcc --version;
|
||||
g++ --version;
|
||||
fi
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
export ARB_TEST_MULTIPLIER=0.1;
|
||||
|
|
Loading…
Add table
Reference in a new issue