Skip to content

Commit

Permalink
Revert "travis: bump to Qt 5.9.1"
Browse files Browse the repository at this point in the history
This reverts commit e82b0d4.
  • Loading branch information
mcallegari committed Jul 9, 2017
1 parent a68cb97 commit 5821f98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ addons:
- libfftw3-dev
packages: &qt5_pkg
- *base_pkg
- qt59-meta-minimal
- qt59script
- qt59multimedia
- qt59serialport
- qt56-meta-minimal
- qt56script
- qt56multimedia
- qt56serialport
- g++-5

matrix:
Expand All @@ -46,7 +46,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:beineri/opt-qt591-trusty'
- sourceline: 'ppa:beineri/opt-qt562-trusty'
packages:
- *qt5_pkg
- os: linux
Expand All @@ -57,7 +57,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:beineri/opt-qt591-trusty'
- sourceline: 'ppa:beineri/opt-qt562-trusty'
packages:
- *qt5_pkg
- lcov
Expand All @@ -67,7 +67,7 @@ cache:

before_install:
- if [ "$QT" = "qt4" ]; then export QMAKE=qmake; fi
- if [ "$QT" = "qt5" ]; then export QMAKE=/opt/qt59/bin/qmake; fi
- if [ "$QT" = "qt5" ]; then export QMAKE=/opt/qt56/bin/qmake; fi
- if [ "$TASK" = "coverage" ]; then gem install coveralls-lcov; fi
#Report the qmake version
- $QMAKE -v
Expand Down

1 comment on commit 5821f98

@mcallegari
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fuck ! Found another Qt bug...and 5.9.1 is a LTS...

Please sign in to comment.