Skip to content

Commit

Permalink
Remove Qt support for macOS 10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-kerr committed Dec 10, 2018
1 parent 07dd25d commit 025ca7d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ matrix:
sudo: required
script: bash src/mxe-build.sh windows64-qt


# Build MintCoin-Qt
# OS X 10.10 (Yosemite)
#
Expand All @@ -318,9 +317,13 @@ matrix:

# Build MintCoin-Qt
# OS X 10.11 (El Capitan)
- os: osx
osx_image: xcode7.3
script: brew install qrencode qt && /usr/local/opt/qt/bin/qmake && make -j2
#
# Error: You are using macOS 10.11.
# We (and Apple) do not provide support for this old version.
# You will encounter build failures and other breakages.
# Please create pull requests instead of asking for help on Homebrew's
# GitHub, Discourse, Twitter or IRC. As you are running this old version,
# you are responsible for resolving any issues you experience.

# Build MintCoin-Qt
# OS X 10.12 (Sierra)
Expand Down

0 comments on commit 025ca7d

Please sign in to comment.