Skip to content

Commit

Permalink
Install more test deps on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Jun 28, 2015
1 parent ccfae69 commit 12384bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ matrix:
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
install:
- cpan-install --deps CGI XML::Parser DBD::Pg # Optional test deps
- cpan-install --deps CGI DBD::SQLite XML::Parser DBD::Pg # Optional test deps
- cpan-install Test::EOL Test::NoTabs # Author test deps
- cpan-install --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'

0 comments on commit 12384bb

Please sign in to comment.