Try splitting up the build into separate jobs
This commit is contained in:
parent
3c5b6d1825
commit
26aa0cf358
@ -3,5 +3,8 @@ sudo: required
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
language: generic
|
language: generic
|
||||||
script: |
|
script:
|
||||||
./run-tests
|
- "./run-tests --vim-only"
|
||||||
|
- "./run-tests --neovim-02-only"
|
||||||
|
- "./run-tests --neovim-03-only"
|
||||||
|
- "./run-tests --linters-only"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user