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