From: Michael Stapelberg Date: Fri, 13 Mar 2015 10:39:59 +0000 (+0100) Subject: travis: cpanm: set -v so that we get error messages in the travis output X-Git-Tag: 4.10.1~62 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=9088fa03bc41a253c967282762f0f7bc7bf0b1ee travis: cpanm: set -v so that we get error messages in the travis output --- diff --git a/.travis.yml b/.travis.yml index 791633e6..5a9065e5 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 -n X11::XCB + - sudo cpanm -n -v X11::XCB script: make -j && (cd testcases && xvfb-run ./complete-run.pl)