Travis: Fix package names

remotes/origin/falkon
David Rosca 10 years ago
parent c3186b6c64
commit 14668fcc16
  1. 2
      .travis.yml

@ -17,7 +17,7 @@ before_install:
install:
- sudo apt-get -qq update
- sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev
- if [[ "$QT" == "qt56" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt56; sudo apt-get update -qq; sudo apt-get install -qq qt55tools qt55script qt55webengine qt55webchannel qt56declarative; fi
- if [[ "$QT" == "qt56" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt56; sudo apt-get update -qq; sudo apt-get install -qq qt56tools qt56script qt56webengine qt56webchannel qt56declarative; fi
script:
- QMAKE="qmake"

Loading…
Cancel
Save