[libnet-duo-perl] 09/12: Add initial Travis-CI configuration
Russ Allbery
eagle at eyrie.org
Mon Jan 8 02:56:07 UTC 2018
This is an automated email from the git hooks/post-receive script.
rra pushed a commit to annotated tag release/1.01
in repository libnet-duo-perl.
commit [33mf7e972b2b9b5a066abd0721c2889c2b9f3a64a31[m
Author: Russ Allbery <rra at cpan.org>
Date: Sun Aug 16 18:04:17 2015
Add initial Travis-CI configuration
---
.travis.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..461669d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+language: perl
+perl:
+ - "5.20"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+
+env: AUTHOR_TESTING=1
+before_install:
+ - cpanm HTTP:Message
+ - cpanm JSON::PP
+ - cpanm LWP::UserAgent
+ - cpanm Perl6::Slurp
+ - cpanm Sub::Install
+ - cpanm Test::MinimumVersion
+ - cpanm Test::Pod
+ - cpanm Test::Pod::Coverage
+ - cpanm Test::Strict
+ - cpanm Test::Synopsis
+ - cpanm URI::Escape
+
+branches:
+ only:
+ - master
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-duo-perl.git
More information about the Pkg-perl-cvs-commits
mailing list