Skip to content

Commit

Permalink
Make builds for QT 4 only.
Browse files Browse the repository at this point in the history
This makes build for only QT 4 and not QT 5. Changes done after
Travis CI moved to container based infrastructure.

(refer issue #2)
  • Loading branch information
Mr-Kumar-Abhishek committed May 16, 2016
1 parent 79bc6a1 commit ce3a945
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ language: cpp
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq g++ qt4-qmake libqt4-dev qt5-qmake qtbase5-dev
- sudo apt-get install -qq g++ qt4-qmake libqt4-dev

script:
- qmake -qt=qt4 -v
- qmake -qt=qt4
- qmake -v
- qmake
- make
- make -k check
- make clean
- qmake -qt=qt5 -v
- qmake -qt=qt5
- make
- make -k check

0 comments on commit ce3a945

Please sign in to comment.