mirror of https://github.com/dense-analysis/ale
Try running tests in parallel again
This commit is contained in:
parent
26aa0cf358
commit
857a07f36a
11
.travis.yml
11
.travis.yml
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue