Skip to content

Commit

Permalink
Fix version number in travis instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdp authored Feb 1, 2019
1 parent 92072bf commit 11db255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/wasm-bindgen-test/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- tar xf wasm-bindgen-0.2.21-x86_64-unknown-linux-musl.tar.gz
- chmod +x wasm-bindgen-0.2.21-x86_64-unknown-linux-musl/wasm-bindgen
# Moves the binaries to a directory that is in your PATH
- mv wasm-bindgen-0.2.19-x86_64-unknown-linux-musl/wasm-bindgen* ~/.cargo/bin
- mv wasm-bindgen-0.2.21-x86_64-unknown-linux-musl/wasm-bindgen* ~/.cargo/bin
# Install node.js with nvm.
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
- source ~/.nvm/nvm.sh
Expand Down

0 comments on commit 11db255

Please sign in to comment.