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