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 9b3294aa0c82df1a6bf275e9ee3eb7b3d5b37f6d Author: Erik Huelsmann <[email protected]> Date: Sun Sep 4 16:40:40 2016 +0200 * Add testing through Travis CI --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..17b815b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ + +language: perl +perl: + - 5.10 + - 5.12 + - 5.14 + - 5.16 + - 5.18 + - 5.20 + - 5.22 + - 5.24 + -- 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
