Try splitting up the build into separate jobs
This commit is contained in:
parent
3c5b6d1825
commit
26aa0cf358
1 changed files with 5 additions and 2 deletions
|
@ -3,5 +3,8 @@ sudo: required
|
|||
services:
|
||||
- docker
|
||||
language: generic
|
||||
script: |
|
||||
./run-tests
|
||||
script:
|
||||
- "./run-tests --vim-only"
|
||||
- "./run-tests --neovim-02-only"
|
||||
- "./run-tests --neovim-03-only"
|
||||
- "./run-tests --linters-only"
|
||||
|
|
Reference in a new issue