Switch back to running everything in one build, which is twice as fast
This commit is contained in:
parent
857a07f36a
commit
cd8dd099d8
1 changed files with 2 additions and 6 deletions
|
@ -3,9 +3,5 @@ sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
script: |
|
||||||
- TESTOPTIONS=--vim-only
|
./run-tests
|
||||||
- TESTOPTIONS=--neovim-02-only
|
|
||||||
- TESTOPTIONS=--neovim-03-only
|
|
||||||
- TESTOPTIONS=--linters-only
|
|
||||||
script: "./run-tests $TESTOPTIONS"
|
|
||||||
|
|
Reference in a new issue