mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-19 14:18:00 +08:00
Split Vim and Neovim tests into separate builds
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user