File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sudo: required
8
8
9
9
# This is the Rust channel that build jobs will use by default but can be
10
10
# overridden on a case by case basis down below
11
- rust : stable
11
+ rust : 1.13.0
12
12
13
13
env :
14
14
global :
@@ -53,7 +53,25 @@ matrix:
53
53
- env : TARGET=arm-unknown-linux-gnueabi
54
54
# - env: TARGET=arm-unknown-linux-musleabi
55
55
56
- # Testing other channels
56
+ # Testing beta on main targets
57
+ - env : TARGET=x86_64-unknown-linux-gnu
58
+ rust : beta
59
+ - env : TARGET=x86_64-apple-darwin
60
+ os : osx
61
+ rust : beta
62
+
63
+ # Testing nightly on main targets (allowed to fail)
64
+ - env : TARGET=x86_64-unknown-linux-gnu
65
+ rust : nightly
66
+ - env : TARGET=x86_64-apple-darwin
67
+ os : osx
68
+ rust : nightly
69
+
70
+ # Testing nightlies on main targets. These might fail because of issues
71
+ # with the compiler, so we allow failures here.
72
+ allow_failures :
73
+ # Failures for nightlies may be because of compiler bugs, so don't fail the
74
+ # build if these fail.
57
75
- env : TARGET=x86_64-unknown-linux-gnu
58
76
rust : nightly
59
77
- env : TARGET=x86_64-apple-darwin
You can’t perform that action at this time.
0 commit comments