You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ before_script:
29
29
- if [ "$GRAPHQL_STYLE" = "true" ]; then (npm i -g prettier) fi
30
30
- if [ "$GRAPHQL_STYLE" = "true" ]; then (rustup component add rustfmt clippy) fi
31
31
- if [ "$GRAPHQL_WASM" = "true" ]; then (rustup target add wasm32-unknown-unknown) fi
32
-
- if [ "$GRAPHQL_WASM" = "true" ]; then (wget https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.51/wasm-bindgen-0.2.51-x86_64-unknown-linux-musl.tar.gz) fi
32
+
- if [ "$GRAPHQL_WASM" = "true" ]; then (wget https://github.com/rustwasm/wasm-bindgen/releases/download/0.2.54/wasm-bindgen-0.2.54-x86_64-unknown-linux-musl.tar.gz) fi
33
33
- if [ "$GRAPHQL_WASM" = "true" ]; then (mkdir wasm-bindgen) fi
34
-
- if [ "$GRAPHQL_WASM" = "true" ]; then (tar -xzf wasm-bindgen-0.2.51-x86_64-unknown-linux-musl.tar.gz -C wasm-bindgen) fi
0 commit comments