From 0a212847827933436d0b139f37b9825e28e3c0a1 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 11 Apr 2019 17:36:53 +0200 Subject: [PATCH] CI: simplify config - Nowadays `sudo false` is not needed anymore. - Updating Homebrew takes much longer than running the actual tests. Just use the old Vim version installed by default on macOS. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6927ec9..efcccf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - os: - linux - osx @@ -9,8 +7,5 @@ addons: packages: - vim-gtk -before_script: - - if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi - script: - test/run