2016-10-08 22:50:13 +00:00
|
|
|
---
|
2016-10-11 02:28:25 +00:00
|
|
|
sudo: required
|
|
|
|
services:
|
|
|
|
- docker
|
2018-06-12 18:31:44 +00:00
|
|
|
language: generic
|
2019-09-12 19:52:29 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /^v\d+\.\d+\.(x|\d+)$/
|
2018-07-23 21:28:22 +00:00
|
|
|
env:
|
2018-07-23 21:37:53 +00:00
|
|
|
- OPTIONS=--vim-80-only
|
|
|
|
- OPTIONS=--vim-81-only
|
2018-07-23 21:28:22 +00:00
|
|
|
- OPTIONS=--neovim-only
|
2018-07-23 21:33:03 +00:00
|
|
|
- OPTIONS=--linters-only
|
2018-07-01 11:22:29 +00:00
|
|
|
script: |
|
2018-07-23 21:28:22 +00:00
|
|
|
./run-tests -v $OPTIONS
|