- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
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;'