]> git.sur5r.net Git - i3/i3/commitdiff
travis: install as many perl pkgs as possible via apt instead of cpanm
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 13 Mar 2015 22:38:33 +0000 (23:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 13 Mar 2015 22:38:33 +0000 (23:38 +0100)
.travis.yml

index 1c801609947d9a1d6690e526c0ee998c4cf8117b..7b843044cb48d77ea80a9ac1449d720df2fd314b 100644 (file)
@@ -35,7 +35,7 @@ before_install:
 install:
   - sudo mk-build-deps --install --remove --tool 'apt-get --no-install-recommends' debian/control
   # Install as many dependencies as possible via apt because cpanm is not very reliable/easy to debug.
-  - sudo apt-get install --no-install-recommends libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl-modules libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libtest-use-ok-perl
+  - sudo apt-get install --no-install-recommends libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl-modules libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libtest-use-ok-perl libipc-run-perl
   - sudo /bin/sh -c 'cpanm -n -v X11::XCB || true'
 script: make -j && (cd testcases && xvfb-run ./complete-run.pl)
 after_failure: cat /home/travis/.cpanm/build.log