Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Qt-dev tools are no longer needed by OpenJFX (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored and kevinrushforth committed Apr 6, 2018
1 parent 8add2bb commit 685014f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -euo pipefail
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
brew update
brew install findutils
brew install qt5
brew link qt5 --force
brew cask reinstall java
brew outdated gradle || brew upgrade gradle
brew unlink python # fixes 'run_one_line' is not defined error in backtrace
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ addons:
- gdb
- libcups2-dev

# For webkit: t5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev ?
# Won't be able to build webkit in the time alloted by Travis

before_cache:
Expand Down

0 comments on commit 685014f

Please sign in to comment.