Auto merge of #780 - RalfJung:ci, r=RalfJung
adapt CI for bors With this, we should run the Travis tests (Linux+macOS) in PRs, and run that plus AppVeyor in bors.
This commit is contained in:
commit
deccfa4dd8
2 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ environment:
|
|||
branches:
|
||||
# whitelist
|
||||
only:
|
||||
- master
|
||||
- auto
|
||||
- try
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.cargo'
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ os:
|
|||
- osx
|
||||
dist: xenial
|
||||
|
||||
# Run in PRs and for bors, but not on master.
|
||||
if: branch = auto OR branch = try OR type = pull_request
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUST_TEST_NOCAPTURE=1
|
||||
|
|
@ -53,3 +56,5 @@ notifications:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- auto
|
||||
- try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue