]> git.sur5r.net Git - i3/i3/blobdiff - .travis.yml
travis: cpanm: set -v so that we get error messages in the travis output
[i3/i3] / .travis.yml
index 42df9106f0dcce0be71455c27b861ccd37d49021..5a9065e56a485498dab789ec63281c9ef30aed30 100644 (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 cpanm X11::XCB; sudo cpanm -n X11::XCB
+  - 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 -v X11::XCB
 script: make -j && (cd testcases && xvfb-run ./complete-run.pl)