2016-10-08 18:50:13 -04:00
|
|
|
---
|
2016-10-10 22:28:25 -04:00
|
|
|
sudo: required
|
|
|
|
services:
|
|
|
|
- docker
|
2018-06-12 14:31:44 -04:00
|
|
|
language: generic
|
2018-07-23 17:28:22 -04:00
|
|
|
env:
|
2018-07-23 17:37:53 -04:00
|
|
|
- OPTIONS=--vim-80-only
|
|
|
|
- OPTIONS=--vim-81-only
|
2018-07-23 17:28:22 -04:00
|
|
|
- OPTIONS=--neovim-only
|
2018-07-23 17:33:03 -04:00
|
|
|
- OPTIONS=--linters-only
|
2018-07-01 07:22:29 -04:00
|
|
|
script: |
|
2018-07-23 17:28:22 -04:00
|
|
|
./run-tests -v $OPTIONS
|