Travis: use default image for osx (#871)

Fix https://travis-ci.org/junegunn/vim-plug/jobs/573145961#L211-L217
This commit is contained in:
Jan Edmund Lazo 2019-08-17 16:51:07 -04:00 committed by GitHub
parent 3b29e1e6e2
commit ebd534c88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ matrix:
- env: ENV=vim74-xenial-ruby
dist: xenial
addons: {apt: {packages: [vim-nox]}}
- env: ENV=osx-10.14
- env: ENV=osx-highsierra
os: osx
osx_image: xcode10.2
osx_image: xcode9.4
install: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"