mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 23:09:58 +08:00
Limit the branches for Travis CI branch builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user