diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2018-11-30 03:30:11 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2019-01-17 15:59:44 +0100 |
commit | 06785da5b611d750314caf152a5acdaa60ddf1b7 (patch) | |
tree | 492fbd32a866f8ff27d899833d6fa900a80f238b | |
parent | f2e996b9918de2bf23523ffe5b76c3718991158f (diff) | |
download | rneovim-06785da5b611d750314caf152a5acdaa60ddf1b7.tar.gz rneovim-06785da5b611d750314caf152a5acdaa60ddf1b7.tar.bz2 rneovim-06785da5b611d750314caf152a5acdaa60ddf1b7.zip |
ci: switch to Xcode 10.1 / macOS 10.13
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e6b9516b6e..bcc5c11930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,10 +70,10 @@ jobs: env: BUILD_32BIT=ON - os: osx compiler: clang - osx_image: xcode9.4 # macOS 10.13 + osx_image: xcode10.1 # macOS 10.13 - os: osx compiler: gcc - osx_image: xcode9.4 # macOS 10.13 + osx_image: xcode10.1 # macOS 10.13 - if: branch = master os: linux env: CI_TARGET=lint |