[libdist-inkt-doap-perl] 09/41: Add travis

Jonas Smedegaard dr at jones.dk
Fri Dec 22 13:45:41 UTC 2017


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

js pushed a commit to annotated tag debian/0.100-1
in repository libdist-inkt-doap-perl.

commit b85924e11ef8d6c74af7629ccf8c92b5840183b7
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Thu Dec 21 00:12:26 2017 +0100

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

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e22a0a9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,30 @@
+language: perl
+perl:
+  - "5.14"
+  - "5.20"
+  - "5.22"
+  - "5.24"
+  - "5.26"
+before_install:
+  - export DIST_INKT_PROFILE="Dist::Inkt::Profile::TOBYINK"
+  - git clone git://github.com/tobyink/perl-travis-helper
+  - source perl-travis-helper/init
+  - build-perl
+  - perl -V
+  - build-dist
+  - cd $BUILD_DIR
+install:
+  - cpan-install --toolchain
+  - cpan-install --deps
+  - cpan-install --coverage
+before_script:
+  - coverage-setup
+script:
+  - prove -l $(test-dirs)
+after_success:
+  - coverage-report
+
+
+notifications:
+  irc: "irc://irc.perl.org/#perlrdf"
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-inkt-doap-perl.git



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