From 4be04b5f11aa10d8b8ffa7bb95f2a60dfe8d9c51 Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Sun, 23 Aug 2020 21:21:07 -0700 Subject: [PATCH 1/3] WIP PR to debug travis --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6175b4a..6d54ba8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 From 965a9bf19f008e2cc8c40bb73e86d52f29e295c8 Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Sun, 23 Aug 2020 21:26:09 -0700 Subject: [PATCH 2/3] more tweaks for travis debug --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d54ba8..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: @@ -16,7 +16,7 @@ script: - make check after_failure: - - cat /home/travis/.cpanm/work/*/build.log + - "cat /home/travis/.cpanm/work/*/build.log" notifications: email: From 82a1bd8f827ec0668063602ddc3a16c4982d211b Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Sun, 23 Aug 2020 21:31:45 -0700 Subject: [PATCH 3/3] switch test shebang to bash to make travis env happy --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #