From b370c5ac7132ffd974ff30c36fc80d007fdcbf6d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 13 Mar 2015 10:12:00 +0100 Subject: [PATCH] travis runs on ubuntu 12.04, so use libinline-perl --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42df9106..1ce410a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) -- 2.39.2