dump OS X build because Qt 5.11 means deprecating my code
This commit is contained in:
parent
2f4de16e5d
commit
b799c4551d
2 changed files with 1 additions and 3 deletions
|
@ -30,8 +30,6 @@ matrix:
|
|||
- env:
|
||||
- BUILD_SCRIPT=wininstall_travis.sh
|
||||
- QT_SELECT=qt5-x86_64-w64-mingw32
|
||||
- os: osx
|
||||
env: BUILD_SCRIPT=osx_travis.sh
|
||||
|
||||
before_install:
|
||||
- ".travis/source.sh"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Install packages
|
||||
brew install qt@5.5
|
||||
brew install qt
|
||||
|
|
Loading…
Reference in a new issue