Skip to content

Commit

Permalink
Actually install Devel::Cover
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Aug 12, 2014
1 parent 8697c11 commit d952d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ before_install:
- 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 --coverage
before_script:
- psql -U postgres -c 'create database sqlt_test;'
- coverage-setup
Expand Down

0 comments on commit d952d39

Please sign in to comment.