Skip to content

Commit 0b1b09b

Browse files
committed
Idem.
1 parent 7fdff2f commit 0b1b09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ matrix:
2424
install:
2525
- git submodule update --init --recursive
2626
- sudo apt-get install -y pkg-config libedit-dev
27-
- curl -o ./llvm.zip -L https://github.com/CICM/pd-faustgen/releases/download/v0.0.0/llvm-linux-x64.zip
28-
- tar xzf ./llvm.zip && mv llvm-linux-x64 llvm
27+
- curl -o ./llvm.tar.gz http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
28+
- tar xvf ./llvm.tar.gz && mv clang+llvm-5.0.0-linux-x86_64-ubuntu14.04 llvm
2929
script:
3030
- mkdir build && cd build
3131
- cmake .. -DCMAKE_C_FLAGS=-m64 -DUSE_LLVM_CONFIG=off -DLLVM_DIR=./llvm/lib/cmake/llvm

0 commit comments

Comments
 (0)