From: Michael Stapelberg Date: Fri, 13 Mar 2015 09:21:02 +0000 (+0100) Subject: travis: directly use cpanm -n to skip tests X-Git-Tag: 4.10.1~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=439cadf441794f84e145354d4178aae2af65084e;p=i3%2Fi3 travis: directly use cpanm -n to skip tests X11::XCB currently fails its tests --- diff --git a/.travis.yml b/.travis.yml index 1ce410a1..791633e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ before_install: 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-perl - - sudo cpanm X11::XCB; sudo cpanm -n X11::XCB + - sudo cpanm -n X11::XCB script: make -j && (cd testcases && xvfb-run ./complete-run.pl)