Split Vim and Neovim tests into separate builds

This commit is contained in:
w0rp
2018-07-23 22:28:22 +01:00
parent 9ade656661
commit 338c233710
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -3,5 +3,8 @@ sudo: required
services:
- docker
language: generic
env:
- OPTIONS=--no-neovim
- OPTIONS=--neovim-only
script: |
./run-tests -v
./run-tests -v $OPTIONS