Skip to content

Commit

Permalink
Merge pull request #316 from dhardy/travis
Browse files Browse the repository at this point in the history
Travis: fix missing command after unnecessary install?
  • Loading branch information
pitdicker committed Mar 21, 2018
2 parents e10458b + f02ca77 commit b4cd861
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 b4cd861

Please sign in to comment.