File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 4
4
dist : trusty
5
5
language : rust
6
6
services : docker
7
- sudo : required
8
7
9
8
env :
10
9
global :
@@ -96,16 +95,6 @@ matrix:
96
95
# Testing beta on main targets
97
96
- env : TARGET=x86_64-unknown-linux-gnu
98
97
rust : beta
99
- - env : TARGET=x86_64-apple-darwin
100
- os : osx
101
- rust : beta
102
-
103
- # Testing nightly on main targets (allowed to fail)
104
- - env : TARGET=x86_64-unknown-linux-gnu
105
- rust : nightly
106
- - env : TARGET=x86_64-apple-darwin
107
- os : osx
108
- rust : nightly
109
98
110
99
allow_failures :
111
100
# Planning to add these targets, but they can fail for now
@@ -118,14 +107,6 @@ matrix:
118
107
- env : TARGET=s390x-unknown-linux-gnu
119
108
rust : 1.13.0
120
109
121
- # Failures for nightlies may be because of compiler bugs, so don't fail the
122
- # build if these fail.
123
- - env : TARGET=x86_64-unknown-linux-gnu
124
- rust : nightly
125
- - env : TARGET=x86_64-apple-darwin
126
- os : osx
127
- rust : nightly
128
-
129
110
before_install : set -e
130
111
131
112
install :
You can’t perform that action at this time.
0 commit comments