diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f006e4c..e236b9ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,8 @@ sudo: required services: - docker language: generic +env: + - OPTIONS=--no-neovim + - OPTIONS=--neovim-only script: | - ./run-tests -v + ./run-tests -v $OPTIONS |