[libdist-zilla-plugin-test-eol-perl] 02/04: add travis

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:20:02 UTC 2015


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

intrigeri pushed a commit to annotated tag 0.10
in repository libdist-zilla-plugin-test-eol-perl.

commit cfe0a0482d321264b5e0de22e79c2103901fbca8
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Wed Dec 18 18:29:07 2013 -0600

    add travis
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 .travis.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d6346c0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: perl
+perl:
+   - 5.18
+   - 5.16
+   - 5.14
+   - 5.12
+   - 5.10
+branch:
+  only:
+    - master
+before_install:
+   - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
+   - git config --global user.name "TravisCI"
+   - git config --global user.email $HOSTNAME":not-for-mail at travis-ci.org"
+install:
+   - cpanm --quiet --notest Dist::Zilla
+   - "dzil authordeps | cpanm --quiet --notest"
+   - "dzil listdeps   | cpanm --verbose"
+script:
+   - dzil smoke --release --author

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



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