Skip to content

Commit

Permalink
Merge befd336 into 44d1ded
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 23, 2019
2 parents 44d1ded + befd336 commit eed997e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,39 @@ addons:
packages:
- aspell
- aspell-en
dist: trusty
language: perl
perl:
- blead
- dev
- '5.30'
- '5.28'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
- '5.12'
- '5.10'
cache:
directories:
- '~/perl5'
matrix:
allow_failures:
- perl: blead
- env: COVERAGE=1
perl: "5.28"
- perl: dev
fast_finish: 1
include:
- env: AUTHOR_TESTING=1 RELEASE_TESTING=1
perl: "5.28"
- env: COVERAGE=1
perl: "5.28"
perl: '5.30'
env:
global:
- AUTHOR_TESTING=0
- COVERAGE=0
- AUTHOR_TESTING=1
- RELEASE_TESTING=1
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
install:
- cpanm App::cpm
- cpm install -g --with-develop --with-suggests
Expand Down
6 changes: 5 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
author = Johannes Plunien <plu@cpan.org>
copyright_holder = Johannes Plunien
copyright_year = 2011
copyright_year = 2011-2019
license = Perl_5
name = Pithub

[@Author::OALDERS]
-remove = PodSyntaxTests
-remove = Test::PodSpelling ; enable after failures are fixed
-remove = Test::Portability
-remove = Test::TidyAll ; enable after oustanding pull requests are merged
StaticInstall.mode = on
StaticInstall.dry_run = 0

[Authority]
authority = cpan:PLU
Expand Down
2 changes: 1 addition & 1 deletion lib/Pithub/Repos/Statuses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Examples:
my $statuses = Pithub::Repos::Statuses->new;
my $result = $statuses->create( user => 'plu', repo => 'Pithub',
sha => '0123456',
sha => '0123456',
data => {
state => 'error',
description => 'Build failed',
Expand Down
18 changes: 5 additions & 13 deletions tidyall.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
[PerlTidy]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = Pithub-*/**/*
ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = blib/**/*
ignore = .build/**/*
ignore = Pithub-*/**/*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc

;[PerlCritic]
;select = **/*.{pl,pm,t,psgi}
;ignore = t/00-*
;ignore = t/author-*
;ignore = t/release-*
;ignore = blib/**/*
;ignore = .build/**/*
;ignore = Pithub-*/**/*
;argv = --profile $ROOT/perlcriticrc --program-extensions .pl --program-extensions .t --program-extensions .psgi

[SortLines::Naturally]
select = .gitignore

0 comments on commit eed997e

Please sign in to comment.