This is an automated email from the git hooks/post-receive script. abe pushed a commit to annotated tag 1.000002-source in repository libdist-zilla-role-bootstrap-perl.
commit d5a0b5b7b2a32f38be116d56aaf5502f38bb6950 Author: Kent Fredric <[email protected]> Date: Tue Jul 15 20:47:43 2014 +1200 Update travis conf --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0a6ce1..b4391d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,14 +23,20 @@ matrix: env: STERILIZE_ENV=1 - perl: "5.10" env: STERILIZE_ENV=1 + - perl: "5.18" + env: STERILIZE_ENV=1 - perl: "5.19" env: STERILIZE_ENV=1 - perl: "5.19" env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - perl: "5.19" env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 + - perl: "5.19" + env: STERILIZE_ENV=0 COVERAGE_TESTING=1 before_install: - perlbrew list + - time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci + - time git -C ./maint-travis-ci reset --hard master - time perl ./maint-travis-ci/branch_reset.pl - time perl ./maint-travis-ci/sterilize_env.pl install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
