[libhtml-scrubber-perl] 04/28: added travis CI

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:08 UTC 2017


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 <michael.r.caron at gmail.com>
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



More information about the Pkg-perl-cvs-commits mailing list