Skip to content

Commit

Permalink
path, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Nov 11, 2018
1 parent bae1d87 commit b7961d0
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 @@ -21,7 +21,7 @@ before_script:
- 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
- tar -xf ispc.tar.gz
- export PATH=PATH:`pwd`/ispc-v1.9.2-linux/
- export PATH=$PATH:`pwd`/ispc-v1.9.2-linux/
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
Expand Down

0 comments on commit b7961d0

Please sign in to comment.