(travis) Revisit the CI test matrix, and multiple run-script improvements
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 29 Oct 2014 09:39:25 +0000 (10:39 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 30 Oct 2014 09:09:42 +0000 (10:09 +0100)
commite52712a81216ad371188391dc3184dee9ba4f0ab
tree2098f589d9ae74642f13e0fd1f66dbdaabc717be
parent83e81c2d78765ee3f7dacc2f9e5982f93e8a15e8
(travis) Revisit the CI test matrix, and multiple run-script improvements

- Add 5.8.4 testperl and also make the travis 5.8 run first: will
  give a much faster reponse time if something 5.8 related fails

- Make sure the perl sitelib sanitizer doesn't fire on legacy perls:
  on anything older than 5.12 we are essentialy nuking the baselib.
  The aftermath is that nobody will go to space that day.

- Stop considering DBIC_*_DEBUG part of the POISON-set
  These are more of a tracer - specify them explicitly instead
.travis.yml
maint/travis-ci_scripts/10_before_install.bash
maint/travis-ci_scripts/20_install.bash
maint/travis-ci_scripts/30_before_script.bash
maint/travis-ci_scripts/40_script.bash