We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b975be0 commit 65a3eb4Copy full SHA for 65a3eb4
.travis.yml
@@ -1,6 +1,6 @@
1
language: rust
2
3
-rust: nightly
+rust: beta
4
5
os:
6
- linux
@@ -17,6 +17,7 @@ branches:
17
env:
18
global:
19
- RUST_BACKTRACE=1
20
+ - RUSTC_BOOTSTRAP=1
21
22
install:
23
- |
@@ -90,7 +91,7 @@ matrix:
90
91
script:
92
93
rm rust-toolchain
- ./setup-toolchain.sh
94
+ rustup override set beta
95
export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
96
97
if [ -z ${INTEGRATION} ]; then
0 commit comments