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:
|
||||
- docker
|
||||
language: generic
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+\.(x|\d+)$/
|
||||
env:
|
||||
- OPTIONS=--vim-80-only
|
||||
- OPTIONS=--vim-81-only
|
||||
|
|
Loading…
Reference in New Issue