Skip to content

Commit 4df346c

Browse files
committed
travis.yml: don't build all branches.
This avoids duplicate jobs on non-fork PRs.
1 parent bc84bc7 commit 4df346c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ cache:
2323
directories:
2424
- node_modules
2525
- test/node_modules
26-
# Tell Travis to build gh-pages branch
27-
# https://docs.travis-ci.com/user/customizing-the-build#Safelisting-or-blocklisting-branches
2826
branches:
2927
only:
30-
- gh-pages
31-
- /.*/
28+
- master

0 commit comments

Comments
 (0)