diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f5389f74..cc9d6269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |