diff options
author | w0rp <devw0rp@gmail.com> | 2019-09-12 20:52:29 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-09-12 20:52:36 +0100 |
commit | 84a455185cae0e1b6f88e4476b12318edfe98712 (patch) | |
tree | b7d5b6b03a2f82c09688574acf0fe865f023ae83 /.travis.yml | |
parent | fbe7cea91c6982bf79eb6f06ee5d4a00ab3d62fa (diff) | |
download | ale-84a455185cae0e1b6f88e4476b12318edfe98712.zip |
Limit the branches for Travis CI branch builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d48c1e08..00baff1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ sudo: required services: - docker language: generic +branches: + only: + - master + - /^v\d+\.\d+\.(x|\d+)$/ env: - OPTIONS=--vim-80-only - OPTIONS=--vim-81-only |