Skip to content

Commit 66faf1e

Browse files
committed
ci: Travis: branches: only build master branch
Ref: vim-jp#137 (comment)
1 parent b9af237 commit 66faf1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ after_success:
5959
- coverage report -m
6060
- coverage xml
6161
- bash /tmp/codecov.sh -f coverage.xml -F vimscript
62+
63+
branches:
64+
only:
65+
- master

0 commit comments

Comments
 (0)