mirror of https://github.com/dense-analysis/ale
Limit the branches for Travis CI branch builds
This commit is contained in:
parent
fbe7cea91c
commit
84a455185c
|
@ -3,6 +3,10 @@ sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
language: generic
|
language: generic
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /^v\d+\.\d+\.(x|\d+)$/
|
||||||
env:
|
env:
|
||||||
- OPTIONS=--vim-80-only
|
- OPTIONS=--vim-80-only
|
||||||
- OPTIONS=--vim-81-only
|
- OPTIONS=--vim-81-only
|
||||||
|
|
Loading…
Reference in New Issue