From 66faf1eb0b23f10fc2218b29520da87f69cefb5c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 12 Aug 2019 04:22:20 +0200 Subject: [PATCH] ci: Travis: branches: only build master branch Ref: https://github.com/vim-jp/vim-vimlparser/pull/137#issuecomment-517934299 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b0dd3dc7..7c530c40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,3 +59,7 @@ after_success: - coverage report -m - coverage xml - bash /tmp/codecov.sh -f coverage.xml -F vimscript + +branches: + only: + - master