Skip to content

Commit f515c6b

Browse files
committed
make bors listen to travis yo avoid breakages
1 parent cacdc32 commit f515c6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: julia
33
branches:
44
only:
55
- master
6+
- staging
7+
- trying
68
os:
79
- linux
810
- osx

bors.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
status = [
2-
"ci/gitlab/%"
2+
"ci/gitlab/%",
3+
"continuous-integration/travis-ci/push"
34
]

0 commit comments

Comments
 (0)