[libdatetime-timezone-perl] 05/23: Add .travis.yml

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:21 UTC 2015


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

gregoa pushed a commit to annotated tag v1.77
in repository libdatetime-timezone-perl.

commit 56421986ad34b70d5ad879931163bc6405ab1c68
Author: Dave Rolsky <autarch at urth.org>
Date:   Tue Nov 4 13:10:04 2014 -0600

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

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1db4892
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+language: perl
+perl:
+    #- dev
+    - "blead"
+    #- stable
+    - "5.20"
+    - "5.18"
+    - "5.16"
+    - "5.14"
+    - "5.12"
+    - "5.10"
+    - "5.8"
+env:
+  global:
+    - RELEASE_TESTING=1
+    - AUTHOR_TESTING=1
+before_install:
+  - git clone git://github.com/haarg/perl-travis-helper ~/perl-travis-helper
+  - source ~/perl-travis-helper/init
+  - build-perl
+  - perl -V
+  - build-dist
+  - cd $BUILD_DIR
+install:
+  - cpan-install ExtUtils::MakeMaker~6.68 --deps
+script:
+  - perl Makefile.PL
+  - make
+  - prove -br -j$(test-jobs) $(test-files)

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



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