Skip to content

Commit

Permalink
Travis: fix missing command after unnecessary install?
Browse files Browse the repository at this point in the history
(please Cargo add a real update command!)
  • Loading branch information
dhardy committed Mar 20, 2018
1 parent 584a904 commit f02ca77
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 @@ -41,7 +41,7 @@ matrix:
install:
- rustup target add wasm32-unknown-unknown
# Use cargo-update since we need a real update-or-install command
- cargo install cargo-update || true
- cargo install --force cargo-update
- cargo install-update -i cargo-web
script:
- cargo web test --target wasm32-unknown-unknown --nodejs
Expand Down

0 comments on commit f02ca77

Please sign in to comment.