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

Commit a2952d5

Browse files
committed
Make Qt 5 default on Travis
We don't support Qt 4 anymore.
1 parent 21a7c62 commit a2952d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ env:
1111
global:
1212
- BUNDLE_JOBS=4
1313
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
14-
- QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
1514
gemfile:
1615
- gemfiles/2.3.gemfile
1716
- gemfiles/2.4.gemfile
1817
before_install:
19-
- sh -c 'sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev'
18+
- sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
19+
- sudo apt-get update
20+
- sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev qt5-default
2021
install: bundle

0 commit comments

Comments
 (0)