From 95be2bf1ff9221eb74dc028ca616412305b2bc85 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 23 Jul 2018 22:37:53 +0100 Subject: [PATCH] Try Vim 8.0 and 8.1 in separate jobs --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |