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:
|
- env:
|
||||||
- BUILD_SCRIPT=wininstall_travis.sh
|
- BUILD_SCRIPT=wininstall_travis.sh
|
||||||
- QT_SELECT=qt5-x86_64-w64-mingw32
|
- QT_SELECT=qt5-x86_64-w64-mingw32
|
||||||
- os: osx
|
|
||||||
env: BUILD_SCRIPT=osx_travis.sh
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ".travis/source.sh"
|
- ".travis/source.sh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
brew install qt@5.5
|
brew install qt
|
||||||
|
|
Loading…
Reference in a new issue