Install more test deps on Travis
[dbsrgits/SQL-Translator.git] / .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;'