mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Travis: add macOS 10.14 (#870)
This commit is contained in:
parent
307b0f244d
commit
3b29e1e6e2
@ -25,6 +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
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode10.2
|
||||||
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