From cd8dd099d877b3435d0cf878694d45d521a46f0a Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 1 Jul 2018 12:22:29 +0100 Subject: [PATCH] Switch back to running everything in one build, which is twice as fast --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8193f943..f5389f74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,5 @@ sudo: required services: - docker language: generic -env: - - TESTOPTIONS=--vim-only - - TESTOPTIONS=--neovim-02-only - - TESTOPTIONS=--neovim-03-only - - TESTOPTIONS=--linters-only -script: "./run-tests $TESTOPTIONS" +script: | + ./run-tests