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.
2 parents c70eb6b + dab9a02 commit f49c8e3Copy full SHA for f49c8e3
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
install:
23
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
24
- tar xzf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
25
- - export PATH=$PATH:$(pwd)/rust-nightly-x86_64-unknown-linux-gnu/bin
+ - sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
26
- rustc -v
27
- sudo apt-get install libxml2 cargo
28
script:
0 commit comments