Update travis mac deploy

pull/27/head
redsky17 6 years ago
parent e16461e2d9
commit 34b2396284
  1. 5
      .travis.yml

@ -14,12 +14,15 @@ notifications:
matrix: matrix:
include: include:
- os: osx - os: osx
osx_image: xcode9
compiler: clang compiler: clang
env: env:
- DEPLOYMENT=1 - DEPLOYMENT=1
- USE_BUNDLED_BOOST=0 - USE_BUNDLED_BOOST=0
- USE_BUNDLED_CMARK=0 - USE_BUNDLED_CMARK=0
addons:
homebrew:
packages:
- qt5
- os: linux - os: linux
compiler: gcc compiler: gcc
env: env:

Loading…
Cancel
Save