Skip to content

Commit

Permalink
Update cargo-web update
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jul 18, 2018
1 parent d148bf5 commit eac94fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -53,7 +53,8 @@ matrix:
#- cargo --list | egrep "\binstall-update$" -q || cargo install cargo-update
#- cargo install-update -i cargo-web
# Cargo has errors with sub-commands so ignore updating for now:
- cargo --list | egrep "^\s*web$" -q || cargo install cargo-web
#- cargo --list | egrep "^\s*web$" -q || cargo install cargo-web
- cargo install --force cargo-web
script:
- cargo web test --target wasm32-unknown-unknown --nodejs --features=stdweb

Expand Down

0 comments on commit eac94fa

Please sign in to comment.