Skip to content

Commit 0a21284

Browse files
committed
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.
1 parent 420e2fa commit 0a21284

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
os:
42
- linux
53
- osx
@@ -9,8 +7,5 @@ addons:
97
packages:
108
- vim-gtk
119

12-
before_script:
13-
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
14-
1510
script:
1611
- test/run

0 commit comments

Comments
 (0)