Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgdncz committed Nov 29, 2014
1 parent 5865718 commit 6e1c52a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ before_install:

install:
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
- sudo apt-get update && sudo apt-get -y install qt5-default qtdeclarative5-dev
- sudo apt-get update
- sudo apt-get -y install qt5-default qtdeclarative5-dev
- sudo apt-get -y install qtdeclarative5-test-plugin pep8 pyflakes
- sudo apt-get -y install qtdeclarative5-qtquick2-plugin
script:
Expand Down

0 comments on commit 6e1c52a

Please sign in to comment.