We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698d7b5 commit 14c0a37Copy full SHA for 14c0a37
.travis.yml
@@ -1,14 +1,11 @@
1
env:
2
global:
3
- LD_LIBRARY_PATH: /usr/local/lib
4
-before_install:
5
- - yes | sudo add-apt-repository ppa:cmrx64/cargo
6
- - sudo apt-get update
7
- - sudo apt-get install cargo
8
install:
9
- - wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O - | sudo tar zxf - --strip-components 1 -C /usr/local
+ - curl https://static.rust-lang.org/rustup.sh | sudo sh
10
script:
11
- rustc --version
+ - cargo --version
12
- cargo build
13
notifications:
14
email:
0 commit comments