Skip to content

Commit

Permalink
Pin wabt to a working revision (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 6, 2018
1 parent 8f19bed commit 2f86c75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matrix:
- env: TARGET=wasm32-unknown-unknown
before_script:
- git clone --recursive https://github.com/WebAssembly/wabt
- (cd wabt && make -j4)
- (cd wabt && git reset --hard a0bdeb7 && make -j4)
- export PATH=$PATH:$PWD/wabt/bin
script:
- cargo build --target wasm32-unknown-unknown -p stdsimd
Expand All @@ -55,7 +55,6 @@ matrix:
cargo clippy --all -- -D clippy-pedantic
allow_failures:
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
- env: TARGET=wasm32-unknown-unknown

before_install:
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...
Expand Down

0 comments on commit 2f86c75

Please sign in to comment.