summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-23 22:37:53 +0100
committerw0rp <devw0rp@gmail.com>2018-07-23 22:37:53 +0100
commit95be2bf1ff9221eb74dc028ca616412305b2bc85 (patch)
tree54348b3d2467b31547f01a3a0c5bbd731a57e438 /.travis.yml
parentd7d54d09dab4df733caa344006b334f3f4a918dd (diff)
downloadale-95be2bf1ff9221eb74dc028ca616412305b2bc85.zip
Try Vim 8.0 and 8.1 in separate jobs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b076158..d48c1e08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ services:
- docker
language: generic
env:
- - OPTIONS=--vim-only
+ - OPTIONS=--vim-80-only
+ - OPTIONS=--vim-81-only
- OPTIONS=--neovim-only
- OPTIONS=--linters-only
script: |