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

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit ca0f4ae2d329ba08b979b19e6273e47abea3aebf
Author: Kjetil Kjernsmo <kje...@kjernsmo.net>
Date:   Mon Aug 14 23:46:37 2017 +0200

    add travis config
---
 .travis.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7e9f211
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,25 @@
+language: perl
+perl:
+  - "5.14"
+  - "5.20"
+  - "5.22"
+  - "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
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to