Skip to content

Commit 8bf2eda

Browse files
committed
Only run branch test coverage on the master branch
1 parent 416ca1b commit 8bf2eda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ script:
2121
after_success:
2222
- if [ "${TEST-}" = true ]; then npm run coveralls; fi
2323
sudo: false
24+
branches:
25+
only:
26+
- master
2427
env:
2528
global:
2629
- TEST=true

0 commit comments

Comments
 (0)