Skip to content

Commit

Permalink
Skip perltidy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Feb 1, 2017
1 parent 4958839 commit 147347d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

script:
# test with milla and pandoc
- milla smoke --release --author
- milla smoke --release

after_success:
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Coveralls
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Simple/Pandoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ sub parse_dir {
$base =~ s/\.\.$//;
$doc->meta->{base} = MetaString $base;
$files->{$file} = $doc;
}
}
},
$directory
);
Expand Down
4 changes: 2 additions & 2 deletions t/perltidy.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use strict;
use Test::More;
use File::Find;

plan skip_all => 'these tests are for author and release candidate testing'
unless $ENV{RELEASE_TESTING} or $ENV{AUTHOR_TESTING};
plan skip_all => 'these tests are for author testing'
unless $ENV{AUTHOR_TESTING};

use_ok 'Test::PerlTidy';

Expand Down

0 comments on commit 147347d

Please sign in to comment.