Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly install CGI from CPAN on Travis
The core version is deprecated in 5.20 and removed in perl 5.22
  • Loading branch information
ilmari committed Jun 28, 2015
1 parent 1094bd3 commit dd7dcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ before_install:
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
install:
- cpan-install --deps XML::Parser DBD::Pg # Optional test deps
- cpan-install --deps CGI XML::Parser DBD::Pg # Optional test deps
- cpan-install --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'
Expand Down

0 comments on commit dd7dcde

Please sign in to comment.