This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.10 in repository libweasel-perl.
commit 090ea8909f715cd2da94a8d41a8bfaae63912ade Author: Erik Huelsmann <[email protected]> Date: Sun Sep 4 16:46:24 2016 +0200 * More Travis CI testing --- .travis.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 710c793..c5baeb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,18 @@ language: perl perl: - - 5.10 - - 5.12 - - 5.14 - - 5.16 - - 5.18 - - 5.20 - - 5.22 - - 5.24 + - "5.10" + - "5.12" + - "5.14" + - "5.16" + - "5.18" + - "5.20" + - "5.22" + - "5.24" + +install: + - dzil authordeps --missing | cpanm --no-skip-satisfied + - dzil listdeps --author --missing | cpanm --no-skip-satisfied script: - - dzil test + - dzil test --author --release -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
