From 69be6e4a8ea7b006dbe01528ae83ad802264307a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 13 Mar 2015 23:38:56 +0100 Subject: [PATCH] travis: run tests serialized, install latest AnyEvent::I3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b843044..c866e7c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,6 @@ install: # 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 libipc-run-perl - sudo /bin/sh -c 'cpanm -n -v X11::XCB || true' -script: make -j && (cd testcases && xvfb-run ./complete-run.pl) + - sudo /bin/sh -c 'cpanm -n -v AnyEvent::I3 || true' +script: make -j && (cd testcases && xvfb-run ./complete-run.pl --parallel=1) after_failure: cat /home/travis/.cpanm/build.log -- 2.39.2