From 0b3601c2ef73b70a81676cf787b50bc6d5d53c76 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 13 Mar 2015 13:24:02 +0100 Subject: [PATCH] travis: also cat cpanm build logs after failure --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5a9065e5..d2920ce0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ install: - 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) +after_failure: cat /home/travis/.cpanm/build.log -- 2.39.2