Skip to content

Commit f49c8e3

Browse files
committed
Merge pull request #48 from Kroisse/fix-travis
Fix .travis.yml due to rust-lang/rust#14832
2 parents c70eb6b + dab9a02 commit f49c8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
install:
2323
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
2424
- tar xzf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
25-
- export PATH=$PATH:$(pwd)/rust-nightly-x86_64-unknown-linux-gnu/bin
25+
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
2626
- rustc -v
2727
- sudo apt-get install libxml2 cargo
2828
script:

0 commit comments

Comments
 (0)