travis: cpanm: set -v so that we get error messages in the travis output

next
Michael Stapelberg 2015-03-13 11:39:59 +01:00
parent 439cadf441
commit 9088fa03bc
1 changed files with 1 additions and 1 deletions

View File

@ -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)