App-CISetup
view release on metacpan or search on metacpan
0.19 2019-06-10
- Added 5.30 to our list of Perl versions.
0.18 2019-01-24
- Make fewer assumptions about the existing config when updating, notably the
matrix.allow_failures section. Fixed by Olaf Alders. GH #8.
0.17 2019-01-10
- Both tools could incorrectly report that they updated the .travis.yml when
in fact they errored out trying to parse the YAML file. Fixed by Olaf
Alders. GH #7.
0.16 2018-12-21
- Remove the "sudo" key from any Travis configs. Travis moving all builds to a
VM-based system where you always have access to "sudo". See
https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures for
details.
0.15 2018-11-03
- The matrix.fast_finish key is now set to true for all Travis configs. See
https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/ for an
explanation of what this does.
0.14 2018-08-25
- Added 5.28 to our list of Perl versions.
0.13 2017-12-23
- Simplify Perl version config to always use X.YY form in Travis config
files. Appending the patchlevel isn't necessary and makes for a lot of churn
in the config as new releases are made.
0.12 2017-12-23
- The default under AppVeyor is now to run prove with the -m flag. This makes
it much easier to diagnose test failures.
0.11 2017-12-10
- Add support for the branches block in Travis config.
0.10 2017-10-03
- Updated our list of Perl versions to include 5.26.1, 5.24.2, and 5.22.4.
- The save value of force-threaded-perls and perl-caching flags in the
.travis.yml was being ignored, and a default (false and true respectively)
was always being applied when these flags weren't set on the command line.
0.09 2017-10-01
- Caching is now enabled for Travis Perl projects by default, taking advantage
of the travis-perl helper's support for this. This can be disable passing
the --no-perl-caching flag to the setup-travis-yml.pl script.
0.08 2017-09-30
( run in 3.272 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )