Skip to content

Commit 136e85e

Browse files
committed
On Travis specify minimal versions for packages needed for configure stage
1 parent 99ff139 commit 136e85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ install:
442442
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib) ;
443443
fi
444444
- if [ -n "$DBI_VERSION" ]; then cpanm --quiet --notest DBI@$DBI_VERSION; fi
445-
- cpanm --quiet --notest --skip-satisfied DBI Devel::CheckLib
445+
- cpanm --quiet --notest --skip-satisfied DBI~1.608 Devel::CheckLib~1.12
446446
- cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .
447447
- if [ -n "$DB" ]; then
448448
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1 ;

0 commit comments

Comments
 (0)