Skip to content

Commit deccfa4

Browse files
committed
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.
2 parents 285e9a6 + ab473bc commit deccfa4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ environment:
99
branches:
1010
# whitelist
1111
only:
12-
- master
12+
- auto
13+
- try
1314

1415
cache:
1516
- '%USERPROFILE%\.cargo'

.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 = auto OR branch = try 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)