[libcatmandu-mab2-perl] 02/35: Update and fix .travis.yml

Jonas Smedegaard dr at jones.dk
Fri Oct 27 17:54:40 UTC 2017


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

js pushed a commit to annotated tag debian/0.21-1
in repository libcatmandu-mab2-perl.

commit 222d3c5e095e9e4ffc10d300fdccd718228772be
Author: Johann Rolschewski <jorol at cpan.org>
Date:   Fri Jun 30 16:53:19 2017 +0200

    Update and fix .travis.yml
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 38cede1..e5b0b33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,23 @@
 sudo: false
 language: perl
 perl:
-    - "5.20"
+    - "5.24"
+    - "5.22"
     - "5.18"
     - "5.16"
     - "5.14"
     - "5.12"
 
 install:
-    - cpanm --quiet --notest --skip-satisfied Dist::Zilla
-    - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied
+    - cpanm --quiet --notest --skip-installed Dist::Zilla
+    - dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-installed
     - dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose --notest
 
 script:
     - dzil smoke --release --author
 
 after_success:
-    - cpanm --quiet --notest --skip-satisfied Dist::Zilla::App::Command::cover Devel::Cover::Report::Coveralls
+    - cpanm --quiet --notest --skip-installed Dist::Zilla::App::Command::cover Devel::Cover::Report::Coveralls
     - dzil cover -test
     - dzil cover -report coveralls
 

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



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