File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
fast_finish : true
10
10
include :
11
11
# NB: To help with CI delays, each `pull_request` is only tested on Linux,
12
- # with 1.13 for compatibility and nightly +rayon_unstable for broad test
12
+ # with 1.13 for compatibility and stable +rayon_unstable for broad test
13
13
# coverage. The bors bot counts as a `push` type, which will run it all.
14
14
15
15
- rust : 1.13.0
@@ -29,7 +29,7 @@ matrix:
29
29
- rust : stable
30
30
os : linux
31
31
env : RUSTFLAGS='--cfg rayon_unstable'
32
- if : NOT type = pull_request
32
+ # if: everything!
33
33
34
34
- rust : beta
35
35
os : linux
@@ -45,7 +45,7 @@ matrix:
45
45
- rust : nightly
46
46
os : linux
47
47
env : RUSTFLAGS='--cfg rayon_unstable'
48
- # if: everything!
48
+ if : NOT type = pull_request
49
49
50
50
- rust : stable
51
51
os : osx
You can’t perform that action at this time.
0 commit comments