Try splitting up the build into separate jobs

This commit is contained in:
w0rp 2018-07-01 12:07:54 +01:00
parent 3c5b6d1825
commit 26aa0cf358
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 5 additions and 2 deletions

View File

@ -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"