Skip to content

Commit aa6fdd3

Browse files
committed
prefer stable for pull request CI
1 parent ab480d6 commit aa6fdd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
fast_finish: true
1010
include:
1111
# 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
1313
# coverage. The bors bot counts as a `push` type, which will run it all.
1414

1515
- rust: 1.13.0
@@ -29,7 +29,7 @@ matrix:
2929
- rust: stable
3030
os: linux
3131
env: RUSTFLAGS='--cfg rayon_unstable'
32-
if: NOT type = pull_request
32+
#if: everything!
3333

3434
- rust: beta
3535
os: linux
@@ -45,7 +45,7 @@ matrix:
4545
- rust: nightly
4646
os: linux
4747
env: RUSTFLAGS='--cfg rayon_unstable'
48-
#if: everything!
48+
if: NOT type = pull_request
4949

5050
- rust: stable
5151
os: osx

0 commit comments

Comments
 (0)