Skip to content

Commit 8fc84b1

Browse files
committed
Setup bors
1 parent b1d0343 commit 8fc84b1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ os:
99

1010
sudo: false
1111

12+
branches:
13+
only:
14+
# This is where pull requests from "bors r+" are built.
15+
- staging
16+
# This is where pull requests from "bors try" are built.
17+
- trying
18+
# Also build pull requests.
19+
- master
20+
1221
env:
1322
global:
1423
- RUST_BACKTRACE=1

bors.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
status = [
2+
"continuous-integration/travis-ci/push",
3+
"continuous-integration/appveyor/branch"
4+
]

0 commit comments

Comments
 (0)