Skip to content

Commit

Permalink
stdweb: Remove CI runs with cargo-web
Browse files Browse the repository at this point in the history
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 <joerichey@google.com>
  • Loading branch information
josephlr committed Jul 21, 2020
1 parent 11b4f9e commit 3b59bb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
- mv cargo-web wasmtime wasm-bindgen-test-runner $HOME/.cargo/bin
script:
- cargo test --target wasm32-wasi
# stdweb (wasm32-unknown-unknown) tests (Node, Chrome)
- cargo web test --features js --nodejs
- cargo web test --features js
# stdweb (wasm32-unknown-unknown) tests are currently broken (see https://github.com/koute/cargo-web/issues/243)
# - cargo web test --features js --nodejs
# - cargo web test --features js
- cargo build --features js
# wasm-bindgen (wasm32-unknown-unknown) tests (Node, Firefox, Chrome)
- cargo test --target wasm32-unknown-unknown --features js
- GECKODRIVER=$HOME/geckodriver
Expand Down

0 comments on commit 3b59bb0

Please sign in to comment.