Skip to content

Commit 0651798

Browse files
committed
travis: allow all branches except travis.tmp to be built
1 parent 4a7601b commit 0651798

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ os:
1010
sudo: false
1111

1212
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
13+
skip:
14+
# Used by bors
15+
- trying.tmp
2016

2117
env:
2218
global:

0 commit comments

Comments
 (0)