Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Upgrade cargo-web on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Apr 6, 2018
1 parent 17f764e commit 7ef535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- export PATH=$PATH:$HOME/.cargo/bin/

- curl -L https://github.com/koute/cargo-web/releases/download/0.6.9/cargo-web-x86_64-unknown-linux-gnu.gz | gzip -d > cargo-web
- curl -L https://github.com/koute/cargo-web/releases/download/0.6.10/cargo-web-x86_64-unknown-linux-gnu.gz | gzip -d > cargo-web
- chmod +x cargo-web
- mkdir -p ~/.cargo/bin
- mv cargo-web ~/.cargo/bin
Expand Down

0 comments on commit 7ef535c

Please sign in to comment.