Skip to content

Commit 4c4c107

Browse files
committed
Move travis from 1.0.0 -> stable
1 parent 2d1485f commit 4c4c107

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
language: rust
22
rust:
3-
- 1.0.0
3+
- stable
44
- beta
55
- nightly
66
sudo: false
77
install:
88
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
99
- export TARGET=$ARCH-$OS
10-
- if [ "$TRAVIS_RUST_VERSION" = "1.0.0" ]; then PKG=rustc; else PKG=rust-std-$TARGET; fi
1110
- curl -sO https://static.rust-lang.org/dist/rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
1211
- tar xf rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
1312
- rm -rf $HOME/rust/lib/rustlib/$TARGET
14-
- mv rust-$TRAVIS_RUST_VERSION-$TARGET/$PKG/lib/rustlib/$TARGET $HOME/rust/lib/rustlib
13+
- mv rust-$TRAVIS_RUST_VERSION-$TARGET/rust-std-$TARGET/lib/rustlib/$TARGET $HOME/rust/lib/rustlib
1514
before_script:
1615
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
1716
script:

0 commit comments

Comments
 (0)