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: services:
- docker - docker
language: generic language: generic
script: env:
- "./run-tests --vim-only" - TESTOPTIONS=--vim-only
- "./run-tests --neovim-02-only" - TESTOPTIONS=--neovim-02-only
- "./run-tests --neovim-03-only" - TESTOPTIONS=--neovim-03-only
- "./run-tests --linters-only" - TESTOPTIONS=--linters-only
script: "./run-tests $TESTOPTIONS"