Skip to content

Commit 2f86c75

Browse files
authored
Pin wabt to a working revision (#440)
1 parent 8f19bed commit 2f86c75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
- env: TARGET=wasm32-unknown-unknown
2929
before_script:
3030
- git clone --recursive https://github.com/WebAssembly/wabt
31-
- (cd wabt && make -j4)
31+
- (cd wabt && git reset --hard a0bdeb7 && make -j4)
3232
- export PATH=$PATH:$PWD/wabt/bin
3333
script:
3434
- cargo build --target wasm32-unknown-unknown -p stdsimd
@@ -55,7 +55,6 @@ matrix:
5555
cargo clippy --all -- -D clippy-pedantic
5656
allow_failures:
5757
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
58-
- env: TARGET=wasm32-unknown-unknown
5958

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

0 commit comments

Comments
 (0)