Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 17, 2019
1 parent 5b70485 commit 5928041
Showing 1 changed file with 3 additions and 2 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

0 comments on commit 5928041

Please sign in to comment.