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.
This commit is contained in:
parent
420e2fa789
commit
0a21284782
|
@ -1,5 +1,3 @@
|
||||||
sudo: false
|
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
@ -9,8 +7,5 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- vim-gtk
|
- vim-gtk
|
||||||
|
|
||||||
before_script:
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- test/run
|
- test/run
|
||||||
|
|
Loading…
Reference in a new issue