(travis) Reshuffle CI workflow, prepare for better instrumentation of failures
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 23 Oct 2014 10:02:47 +0000 (12:02 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 23 Oct 2014 14:34:16 +0000 (16:34 +0200)
commitafeb40d23677e897d27b843b8d976d7c8945e6ce
treea7bab21105a2e8630e66d51d4f3c015a90d5f883
parent0d383895cb77f4e4dc9f51748910df12771607a4
(travis) Reshuffle CI workflow, prepare for better instrumentation of failures

No functional changes at this point, the goal was to have no exports in
30_before_script.bash and 40_script.bash, allowing me to run everything
after 20_install.bash in a subshell
.travis.yml
maint/travis-ci_scripts/20_install.bash
maint/travis-ci_scripts/30_before_script.bash
maint/travis-ci_scripts/40_script.bash
maint/travis-ci_scripts/50_after_failure.bash
maint/travis-ci_scripts/50_after_success.bash
maint/travis-ci_scripts/60_after_script.bash
maint/travis-ci_scripts/common.bash