(travis) Multiple fixups to the CI lifted from blead:
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 2 Apr 2015 01:04:24 +0000 (03:04 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 12 Aug 2015 12:30:24 +0000 (14:30 +0200)
commit1864ab54ac1abe5f520678b1a6f9b4cc24004d86
tree618e09a850163830f6dfd7ff8c1cfe06642c4971
parent87a645c297dbf584a60d70653e83d008e3e97844
(travis) Multiple fixups to the CI lifted from blead:

 - Much lighter CI runs when smoking a PR
 - Revert backout of ODBC firebird testing aa0e82a2
 - Restore and enhance post-success to run a full CPAN install cycle
 - Cut down the amount of APT repos during updates
 - *FINALLY* remove Module::Build::Tiny front-loading
 - Double check M::B::T is not pulled in
 - Peg Module::Install - new versions deps on autodie, which is 5.8.4+
 - Enhance perl sterilization to somewhat work on < 5.12 as well
 - Correctly detect CI on github forks
 - Improve the "Did it really install?" check
 - Better shuffling of the prereq installation order
 - Fix silencer changes (f8200928) which were practically undone by 8b60b921
.travis.yml
lib/DBIx/Class/Optional/Dependencies.pm
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
maint/travis-ci_scripts/50_after_success.bash
maint/travis-ci_scripts/common.bash
t/lib/DBICTest.pm
t/lib/DBICTest/RunMode.pm