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

View File

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