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-01 07:18:42 -04:00
|
|
|
env:
|
|
|
|
- TESTOPTIONS=--vim-only
|
|
|
|
- TESTOPTIONS=--neovim-02-only
|
|
|
|
- TESTOPTIONS=--neovim-03-only
|
|
|
|
- TESTOPTIONS=--linters-only
|
|
|
|
script: "./run-tests $TESTOPTIONS"
|