Skip to content

Commit 3fe042b

Browse files
committed
Fixed travis ci script
1 parent 1599440 commit 3fe042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install:
4848
script:
4949
- cd $HOME/build/PRUNERS
5050
- rm -rf openmp
51-
- wget http://releases.llvm.org/$LLVM_VERSION/openmp-$LLVM_VERSION.src.tar.xz
51+
- git clone -b release_60 https://github.com/llvm-mirror/openmp.git
5252
- export OPENMP_INSTALL=$HOME/usr
5353
- cd openmp
5454
- mkdir build && cd build

0 commit comments

Comments
 (0)