1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Travis: Fix libxcb-util package name

This commit is contained in:
David Rosca 2016-01-16 21:26:11 +01:00
parent 8111daad40
commit ae5ab775ec

View File

@ -16,7 +16,7 @@ before_install:
install:
- sudo apt-get -qq update
- sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev libxcb-util-dev
- sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev libxcb-util0-dev
- if [[ "$QT" == "qt56" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt56-beta-trusty; sudo apt-get update -qq; sudo apt-get install -qq qt56tools qt56script qt56webengine qt56webchannel qt56declarative qt56x11extras; fi
script: