diff options
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-x | ci/run-tests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh index f0c743de94..22355f0091 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -5,6 +5,9 @@ . ${0%/*}/lib-travisci.sh -mkdir -p $HOME/travis-cache ln -s $HOME/travis-cache/.prove t/.prove make --quiet test + +check_unignored_build_artifacts + +save_good_tree |