Skip to content

Commit f20661c

Browse files
authored
Merge pull request #605 from github/travis-no-branches
travis.yml: don't build all branches.
2 parents 194950c + f4d0773 commit f20661c

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)