We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a411a03 commit b349626Copy full SHA for b349626
.travis.yml
@@ -25,7 +25,7 @@ install:
25
- mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory deps
26
- mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory deps
27
- cp deps/NUnit.2.6.4/lib/nunit.framework.* deps/NUnit/
28
- - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
29
- LLVM_LINUX="https://www.dropbox.com/s/zxigif3vghsdfli/llvm_linux_x86_64.7z?dl=0"
30
- LLVM_OSX="https://www.dropbox.com/s/57z1oawom2y38gt/llvm_osx_x86.7z?dl=0"
31
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then LLVM_URL=$LLVM_LINUX; else LLVM_URL=$LLVM_OSX; fi
0 commit comments