Skip to content

Commit eac94fa

Browse files
committed
Update cargo-web update
1 parent d148bf5 commit eac94fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ matrix:
5353
#- cargo --list | egrep "\binstall-update$" -q || cargo install cargo-update
5454
#- cargo install-update -i cargo-web
5555
# Cargo has errors with sub-commands so ignore updating for now:
56-
- cargo --list | egrep "^\s*web$" -q || cargo install cargo-web
56+
#- cargo --list | egrep "^\s*web$" -q || cargo install cargo-web
57+
- cargo install --force cargo-web
5758
script:
5859
- cargo web test --target wasm32-unknown-unknown --nodejs --features=stdweb
5960

0 commit comments

Comments
 (0)