Skip to content

Commit 86fa87e

Browse files
committed
stdweb: Remove CI runs with cargo-web
Right now "cargo web test" is broken due to upstream changes. We will disable stdweb tests until the stdweb project fixes things. See: koute/cargo-web#243 Signed-off-by: Joe Richey <[email protected]>
1 parent 11b4f9e commit 86fa87e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ jobs:
6666
- mv cargo-web wasmtime wasm-bindgen-test-runner $HOME/.cargo/bin
6767
script:
6868
- cargo test --target wasm32-wasi
69-
# stdweb (wasm32-unknown-unknown) tests (Node, Chrome)
70-
- cargo web test --features js --nodejs
71-
- cargo web test --features js
69+
# stdweb (wasm32-unknown-unknown) tests are currently broken (see https://github.com/koute/cargo-web/issues/243)
70+
# - cargo web test --features js --nodejs
71+
# - cargo web test --features js
72+
- cargo build --features js
7273
# wasm-bindgen (wasm32-unknown-unknown) tests (Node, Firefox, Chrome)
7374
- cargo test --target wasm32-unknown-unknown --features js
7475
- GECKODRIVER=$HOME/geckodriver

0 commit comments

Comments
 (0)