diff options
author | Daniel Black <daniel@linux.ibm.com> | 2018-11-23 10:28:07 +1100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-11-26 14:34:19 +0400 |
commit | 06972b2fbc3d3ae77e8a7ca4558d2e9ee64eba6d (patch) | |
tree | e848939e38938694b43a641e1677c073e7a819d9 | |
parent | 06e5f28f9f132aee0413701baf05cc518964debf (diff) | |
download | mariadb-git-06972b2fbc3d3ae77e8a7ca4558d2e9ee64eba6d.tar.gz |
travis: xcode10.1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 95e0796099b..629e3b31523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ language: cpp os: - linux - osx -osx_image: xcode9.1 +osx_image: xcode10.1 compiler: - gcc - clang |