Travis: use default image for osx
Fix https://travis-ci.org/junegunn/vim-plug/jobs/573145961#L211-L217
This commit is contained in:
parent
3b29e1e6e2
commit
e37ffc6c8c
|
@ -25,9 +25,9 @@ matrix:
|
||||||
- env: ENV=vim74-xenial-ruby
|
- env: ENV=vim74-xenial-ruby
|
||||||
dist: xenial
|
dist: xenial
|
||||||
addons: {apt: {packages: [vim-nox]}}
|
addons: {apt: {packages: [vim-nox]}}
|
||||||
- env: ENV=osx-10.14
|
- env: ENV=osx-highsierra
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode9.4
|
||||||
install: |
|
install: |
|
||||||
git config --global user.email "you@example.com"
|
git config --global user.email "you@example.com"
|
||||||
git config --global user.name "Your Name"
|
git config --global user.name "Your Name"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user