Try running tests in parallel again

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

View File

@ -3,8 +3,9 @@ sudo: required
services:
- docker
language: generic
script:
- "./run-tests --vim-only"
- "./run-tests --neovim-02-only"
- "./run-tests --neovim-03-only"
- "./run-tests --linters-only"
env:
- TESTOPTIONS=--vim-only
- TESTOPTIONS=--neovim-02-only
- TESTOPTIONS=--neovim-03-only
- TESTOPTIONS=--linters-only
script: "./run-tests $TESTOPTIONS"