Travis: also run on bors branches, and not on master

This commit is contained in:
Ralf Jung 2019-06-21 20:51:05 +02:00
parent 285e9a65cd
commit 1a784ea21b

View file

@ -12,6 +12,9 @@ os:
- osx
dist: xenial
# Run in PRs and for bors, but not on master.
if: branch = staging OR branch = trying OR type = pull_request
env:
global:
- RUST_TEST_NOCAPTURE=1
@ -53,3 +56,5 @@ notifications:
branches:
only:
- master
- auto
- try