Skip to content

Commit 1a784ea

Browse files
committed
Travis: also run on bors branches, and not on master
1 parent 285e9a6 commit 1a784ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ os:
1212
- osx
1313
dist: xenial
1414

15+
# Run in PRs and for bors, but not on master.
16+
if: branch = staging OR branch = trying OR type = pull_request
17+
1518
env:
1619
global:
1720
- RUST_TEST_NOCAPTURE=1
@@ -53,3 +56,5 @@ notifications:
5356
branches:
5457
only:
5558
- master
59+
- auto
60+
- try

0 commit comments

Comments
 (0)