Don't init llvm on travis

it should be installed from packages
This commit is contained in:
Danila Malyutin 2015-08-19 17:57:44 +03:00 committed by Nekotekina
parent 6c4f968373
commit 8140ab459f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ before_install:
fi;
before_script:
- git submodule update --init asmjit ffmpeg llvm
- git submodule update --init asmjit ffmpeg
- mkdir build
- cd build
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake ..; else cmake .. -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake; fi