Skip to content

Commit

Permalink
sf weird path
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Nov 11, 2018
1 parent baae1da commit bae1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
- mkdir llvm
- tar -xf ${LLVM}.tar.xz -C llvm --strip-components=1;
- export LIBCLANG_PATH=`pwd`/llvm/lib/
- wget -O ispc.tar.gz https://downloads.sourceforge.net/project/ispcmirror/v1.9.2/ispc-v1.9.2-linux.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fispcmirror%2Ffiles%2Fv1.9.2%2Fispc-v1.9.2-linux.tar.gz%2Fdownload&ts=1541908794
- wget -O ispc.tar.gz https://downloads.sourceforge.net/project/ispcmirror/v1.9.2/ispc-v1.9.2-linux.tar.gz
- tar -xf ispc.tar.gz
- export PATH=PATH:`pwd`/ispc-v1.9.2-linux/
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
Expand Down

0 comments on commit bae1d87

Please sign in to comment.