Browse Source

Travis: use default image for osx (#871)

Fix https://travis-ci.org/junegunn/vim-plug/jobs/573145961#L211-L217
Jan Edmund Lazo 6 năm trước cách đây
mục cha
commit
ebd534c88b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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"