Skip to content

Commit 19adb57

Browse files
Manishearthflip1995
authored andcommitted
Fix travis
1 parent 1100773 commit 19adb57

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22

3-
rust: nightly
3+
rust: beta
44

55
os:
66
- linux
@@ -17,6 +17,7 @@ branches:
1717
env:
1818
global:
1919
- RUST_BACKTRACE=1
20+
- RUSTC_BOOTSTRAP=1
2021

2122
install:
2223
- |
@@ -90,7 +91,7 @@ matrix:
9091
script:
9192
- |
9293
rm rust-toolchain
93-
./setup-toolchain.sh
94+
rustup override set beta
9495
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
9596
- |
9697
if [ -z ${INTEGRATION} ]; then

ci/base-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ if [ "${tests_need_reformatting}" == "true" ] ; then
7575
fi
7676

7777
# switch back to master
78-
rustup override set master
78+
# rustup override set master

0 commit comments

Comments
 (0)