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 0653c9d commit 1c01356Copy full SHA for 1c01356
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
19
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install llvm-3.6; fi
20
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s /usr/lib/llvm-3.6/lib/libLLVM-3.6.so /usr/lib/libLLVM.so; fi
21
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s /usr/lib/llvm-3.6/lib/libLTO.so /usr/lib/libLTO.so; fi
22
23
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
24
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install [email protected]; fi
0 commit comments