Skip to content

Commit

Permalink
Travis build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 16, 2014
1 parent 9ba5b34 commit a899750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,11 @@ before_install:
# install yast2-devtools from YaST:Head:Travis
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh
# install Qt 5.3 from a launchpad repository
- sudo add-apt-repository ppa:beineri/opt-qt532 -y
# a newer cmake is required, here is a backport for 12.04 LTS
- sudo add-apt-repository ppa:kalakris/cmake -y
# install Qt 5.3 from a launchpad repository
- sudo add-apt-repository ppa:beineri/opt-qt532 -y
- sudo apt-get update -q
- sudo apt-get install qt53base yast2-devtools cmake
script:
# the Qt5 ackage is in /opt, set the environment first using the bundled script
Expand Down

0 comments on commit a899750

Please sign in to comment.