Skip to content

Commit

Permalink
Fix travis release config for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Jan 3, 2019
1 parent d4169b5 commit 3e3ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matrix:
env: MACOSX_DEPLOYMENT_TARGET=10.12 RUBY=2.5.3 CONFIG=debug CRYPT=crypt
- os: osx
compiler: clang
env: MACOSX_DEPLOYMENT_TARGET=10.12 RUBY=2.5.3 CONFIG=debug CRYPT=crypt DEPLOY=true
env: MACOSX_DEPLOYMENT_TARGET=10.12 RUBY=2.5.3 CONFIG=release CRYPT=crypt DEPLOY=true

before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt-${QT_LONG}-xenial; fi
Expand Down

0 comments on commit 3e3ab93

Please sign in to comment.