Skip to content

Commit

Permalink
Perhaps bumping DBI will help Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 25, 2016
1 parent a28dbc5 commit 71d3545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WriteMakefile(
'Test::Most' => 0,
},
PREREQ_PM => {
'DBI' => 0,
'DBI' => 1.636,
'XML::Twig' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down
7 changes: 4 additions & 3 deletions t/10-filedata.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ use Test::Most;
eval 'use autodie qw(:all)'; # Test for open/close failures
use FindBin qw($Bin);

if($ENV{'TRAVIS_TESTING'}) {
plan skip_all => 'FIXME: this test fails on Travis';
} else {
#if($ENV{'TRAVIS_TESTING'}) {
#plan skip_all => 'FIXME: this test fails on Travis';
#} else {
FILEDATA: {
plan tests => 4;
use_ok('DBI');
diag("Ignore warnings about unregistered driver and drv_prefix for now");
Expand Down

0 comments on commit 71d3545

Please sign in to comment.