Skip to content

Commit c3bc10a

Browse files
committed
build: run macOS build only in bors branches
Clippy is portable on *nix OSes. It is really rare to see clippy broken on either macOS and Linux. So let's test it on bors branches only to save CI time.
1 parent df6932a commit c3bc10a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ matrix:
4747
fast_finish: true
4848
include:
4949
# Builds that are executed for every PR
50-
- os: osx # run base tests on both platforms
5150
- os: linux
51+
- os: osx
52+
if: branch IN (auto, try)
5253
- os: windows
5354
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
5455

0 commit comments

Comments
 (0)