Skip to content

Commit ff5a700

Browse files
committed
Remove unnecessary duplication in travis config
1 parent 13dafd9 commit ff5a700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ matrix:
143143
- cargo web prepare-emscripten
144144
- cargo web -V
145145
- cargo list | grep install-update || cargo install -f cargo-update
146-
- cargo install-update -i cargo-update wasm-bindgen-cli
147-
- cargo install-update -i cargo-update wasm-pack
146+
- cargo install-update -i cargo-update wasm-bindgen-cli wasm-pack
148147
addons:
149148
chrome: stable
150149
script:

0 commit comments

Comments
 (0)