Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit db6ff40

Browse files
committed
Checkout the matching version or libcore
1 parent fb418d2 commit db6ff40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ install:
88
- tar xf rust.tgz
99
- (cd ./rust-nightly-x86_64-unknown-linux-gnu/; sudo ./install.sh)
1010
- export LD_LIBRARY_PATH=/usr/local/lib
11+
- (mkdir -p ./thirdparty; cd ./thirdparty; git clone --depth 50 https://github.com/rust-lang/rust)
12+
- "(cd ./thirdparty/rust; git checkout `rustc --version|awk '{sub(/\\(/, \"\", $3); print $3}'`)"
1113
before_script:
1214
- rustc --version
1315
script:

0 commit comments

Comments
 (0)