summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-09-12 20:52:29 +0100
committerw0rp <devw0rp@gmail.com>2019-09-12 20:52:36 +0100
commit84a455185cae0e1b6f88e4476b12318edfe98712 (patch)
treeb7d5b6b03a2f82c09688574acf0fe865f023ae83 /.travis.yml
parentfbe7cea91c6982bf79eb6f06ee5d4a00ab3d62fa (diff)
downloadale-84a455185cae0e1b6f88e4476b12318edfe98712.zip
Limit the branches for Travis CI branch builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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