Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored and flip1995 committed May 17, 2019
1 parent 1100773 commit 19adb57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust

rust: nightly
rust: beta

os:
- linux
Expand All @@ -17,6 +17,7 @@ branches:
env:
global:
- RUST_BACKTRACE=1
- RUSTC_BOOTSTRAP=1

install:
- |
Expand Down Expand Up @@ -90,7 +91,7 @@ matrix:
script:
- |
rm rust-toolchain
./setup-toolchain.sh
rustup override set beta
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
- |
if [ -z ${INTEGRATION} ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/base-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ if [ "${tests_need_reformatting}" == "true" ] ; then
fi

# switch back to master
rustup override set master
# rustup override set master

0 comments on commit 19adb57

Please sign in to comment.