diff options
author | redsky17 <joedonofry@gmail.com> | 2019-02-04 03:31:34 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-02-04 03:31:34 +0000 |
commit | d72e362686c923bf31e40af5144dca4d4d4cfbe7 (patch) | |
tree | 61ce7fecb98a98e2b9499498ad51f239843b9c0a | |
parent | Additional mac icu4c changes (diff) | |
download | nheko-d72e362686c923bf31e40af5144dca4d4d4cfbe7.tar.xz |
See if bundled boost fixes mac deploy
-rw-r--r-- | .travis.yml | 3 |
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 |