From ff5a700f9091a51c3f9191b1235b45da62063bec Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Sat, 19 Jan 2019 20:26:48 +0000 Subject: [PATCH] Remove unnecessary duplication in travis config --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a77ec123768..2360b235c53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -143,8 +143,7 @@ matrix: - cargo web prepare-emscripten - cargo web -V - cargo list | grep install-update || cargo install -f cargo-update - - cargo install-update -i cargo-update wasm-bindgen-cli - - cargo install-update -i cargo-update wasm-pack + - cargo install-update -i cargo-update wasm-bindgen-cli wasm-pack addons: chrome: stable script: