mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-24 13:42:14 +00:00
Merge pull request #1220 from carlosdp/patch-1
Fix version number in travis instruction
This commit is contained in:
commit
66be3d3f66
@ -24,7 +24,7 @@ install:
|
|||||||
- tar xf wasm-bindgen-0.2.21-x86_64-unknown-linux-musl.tar.gz
|
- 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
|
- 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
|
# 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.
|
# Install node.js with nvm.
|
||||||
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
- source ~/.nvm/nvm.sh
|
- source ~/.nvm/nvm.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user