1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

travis.yml: Trick the package whitelist for now

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2016-03-20 14:36:23 +01:00
parent 6a84d29e02
commit 73018f829e

View file

@ -11,8 +11,6 @@ addons:
- libpango1.0-dev
- libcairo2-dev
- libstartup-notification0-dev
- libxkbcommon-dev
- libxkbcommon-x11-dev
- libxcb-ewmh-dev
- libxcb-icccm4-dev
- libxcb-util0-dev
@ -27,8 +25,11 @@ addons:
compiler:
- gcc
before_install:
- git submodule update --init
# TODO: We install xkbcommon here, until it is whitelisted in Travis
install:
- sudo apt-get install -y libxkbcommon-dev libxkbcommon-x11-dev
before_script:
- autoreconf -i
script: