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:
|
||||
- docker
|
||||
language: generic
|
||||
env:
|
||||
- TESTOPTIONS=--vim-only
|
||||
- TESTOPTIONS=--neovim-02-only
|
||||
- TESTOPTIONS=--neovim-03-only
|
||||
- TESTOPTIONS=--linters-only
|
||||
script: "./run-tests $TESTOPTIONS"
|
||||
script: |
|
||||
./run-tests
|
||||
|
|
Reference in a new issue