This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag release/0.12-TRIAL
in repository libhtml-scrubber-perl.

commit ae11884b713bf41411e4c97e4c0b085db55ededa
Author: Michael Caron <[email protected]>
Date:   Thu Mar 5 10:56:37 2015 -0600

    added travis CI
---
 .travis.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..17d55c3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+language: perl
+perl: 
+  - "5.20"
+  - "5.18"
+#  - "5.16"
+#  - "5.14"
+
+before_install:
+
+  # prevent "plelase tell me who you are errors for certain DZIL configs
+  - git config --global user.name "Travis CI"
+
+install:
+
+  # Deal with all the DZIL dependencies, quickly and quietly
+
+  - cpanm --quiet --notest --skip-satisfied Dist::Zilla
+  
+  - cpanm --quiet --notest --skip-satisfied Pod::Markdown
+
+  - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet 
--notest --skip-satisfied
+
+  - export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 
HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
+
+  - dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose
+
+script:
+
+  - dzil test

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to