Skip to content

Commit

Permalink
Disable nodejs test due to upstream cargo-web issues with rust >= 1.44 (
Browse files Browse the repository at this point in the history
#288)

* Disable nodejs test due to issues with 1.44 nightly builds, see #287
  • Loading branch information
shanemadden authored Jun 29, 2020
1 parent 85ba844 commit 922afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- cargo web build --target=wasm32-unknown-unknown --verbose
- cargo web build --target=wasm32-unknown-unknown --all-features --verbose
- cargo test --verbose
- cargo web test --verbose --nodejs
#- cargo web test --verbose --nodejs
jobs:
allow_failures:
- rust: nightly

0 comments on commit 922afdd

Please sign in to comment.