Skip to content

Commit aeb0924

Browse files
committed
Fix CI
1 parent 8635a72 commit aeb0924

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
@@ -7,7 +7,7 @@ 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" = "nightly" ]; then PKG=rust-std-$TARGET; else PKG=rustc; fi
10+
- if [ "$TRAVIS_RUST_VERSION" = "1.0.0" ]; then PKG=rustc; else PKG=rust-std-$TARGET; fi
1111
- curl -sO https://static.rust-lang.org/dist/rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
1212
- tar xf rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
1313
- rm -rf $HOME/rust/lib/rustlib/$TARGET

0 commit comments

Comments
 (0)