This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 78162aaf791d423c6bcad96f8381f4c0d890f60a Author: Tatsuhiko Miyagawa <[email protected]> Date: Wed May 29 18:06:33 2013 +0900 Enable travis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4ef71ea --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: perl +perl: + - 5.16 + - 5.14 + - 5.12 + - 5.10 +script: + - prove -lr xt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
