remove wasm curl

This commit is contained in:
Erin Grasmick
2020-07-27 18:37:15 +02:00
parent d13248fe4a
commit b65e34cda4
-1
View File
@@ -26,7 +26,6 @@ before_install:
before_script:
- if [ $TRAVIS_RUST_VERSION = $CLIPPY_TOOLCHAIN ]; then rustup component add clippy-preview --toolchain=$CLIPPY_TOOLCHAIN; fi
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
script:
- cd frontend