1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Travis requires qt4-default to build

This commit is contained in:
Matthew Horan 2013-07-09 15:57:11 -04:00
parent 9bbf4f6b55
commit a05dfd9cd0

View file

@ -28,4 +28,4 @@ gemfile:
before_install: before_install:
- sudo apt-add-repository -y ppa:canonical-qt5-edgers/qt5-proper - sudo apt-add-repository -y ppa:canonical-qt5-edgers/qt5-proper
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev qtlocation5-dev qtsensors5-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev - sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev qtlocation5-dev qtsensors5-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev qt4-default