summary refs log tree commit diff
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-04 03:31:34 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-04 03:31:34 +0000
commitd72e362686c923bf31e40af5144dca4d4d4cfbe7 (patch)
tree61ce7fecb98a98e2b9499498ad51f239843b9c0a
parentAdditional mac icu4c changes (diff)
downloadnheko-d72e362686c923bf31e40af5144dca4d4d4cfbe7.tar.xz
See if bundled boost fixes mac deploy
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 36ea9821..f749a6e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,10 @@ matrix:
     include:
         - os: osx
           compiler: clang
+          osx_image: xcode9
           env:
               - DEPLOYMENT=1
-              - USE_BUNDLED_BOOST=0
+              - USE_BUNDLED_BOOST=1
               - USE_BUNDLED_CMARK=0
         - os: linux
           compiler: gcc