travis runs on ubuntu 12.04, so use libinline-perl

next
Michael Stapelberg 2015-03-13 10:12:00 +01:00
parent f549089c30
commit b370c5ac71
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ before_install:
- sudo apt-get install -y devscripts equivs
install:
- sudo mk-build-deps --install --remove --tool 'apt-get --no-install-recommends -y' debian/control
- sudo apt-get install --no-install-recommends -y libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-c-perl
- sudo apt-get install --no-install-recommends -y libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl
- sudo cpanm X11::XCB; sudo cpanm -n X11::XCB
script: make -j && (cd testcases && xvfb-run ./complete-run.pl)