Install more test deps on Travis
Dagfinn Ilmari Mannsåker [Sun, 28 Jun 2015 20:23:52 +0000 (21:23 +0100)]
.travis.yml

index 0788df4..db92150 100644 (file)
@@ -31,7 +31,8 @@ before_install:
   - 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;'