We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wabt
1 parent 8f19bed commit 2f86c75Copy full SHA for 2f86c75
.travis.yml
@@ -28,7 +28,7 @@ matrix:
28
- env: TARGET=wasm32-unknown-unknown
29
before_script:
30
- git clone --recursive https://github.com/WebAssembly/wabt
31
- - (cd wabt && make -j4)
+ - (cd wabt && git reset --hard a0bdeb7 && make -j4)
32
- export PATH=$PATH:$PWD/wabt/bin
33
script:
34
- cargo build --target wasm32-unknown-unknown -p stdsimd
@@ -55,7 +55,6 @@ matrix:
55
cargo clippy --all -- -D clippy-pedantic
56
allow_failures:
57
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
58
- - env: TARGET=wasm32-unknown-unknown
59
60
before_install:
61
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...
0 commit comments