Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Make Qt 5 default on Travis
Browse files Browse the repository at this point in the history
We don't support Qt 4 anymore.
  • Loading branch information
mhoran committed Jun 28, 2015
1 parent 21a7c62 commit a2952d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ env:
global:
- BUNDLE_JOBS=4
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
gemfile:
- gemfiles/2.3.gemfile
- gemfiles/2.4.gemfile
before_install:
- sh -c 'sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev'
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update
- sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev qt5-default
install: bundle

0 comments on commit a2952d5

Please sign in to comment.