diff --git a/.travis.yml b/.travis.yml index 6175b4a..d983eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ perl: - "5.20" before_install: - - cpanm App::FatPacker::Simple + - cpanm --force App::FatPacker::Simple install: "" script: @@ -15,9 +15,12 @@ script: - make - make check +after_failure: + - "cat /home/travis/.cpanm/work/*/build.log" + notifications: - recipients: - - dave@goodell.io email: + recipients: + - dave@goodell.io on_success: change on_failure: always diff --git a/tests/test.sh b/tests/test.sh index ea8eba9..c5e8ecb 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # a simple test script for a few more exotic wrapping cases #