]> git.sur5r.net Git - i3/i3/blobdiff - .travis.yml
travis: directly use cpanm -n to skip tests
[i3/i3] / .travis.yml
index 210f15f9ad6fa3e5d7ca1802d008ca3bf28e5ece..791633e6c7e571d3827287ddc6bdc160d1670bb8 100644 (file)
@@ -4,9 +4,9 @@ compiler:
   - clang
 before_install:
   - sudo apt-get update
-  - sudo apt-get install -y devscripts
+  - 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 X11::XCB
 script: make -j && (cd testcases && xvfb-run ./complete-run.pl)