From: Dagfinn Ilmari Mannsåker Date: Sun, 28 Jun 2015 20:23:52 +0000 (+0100) Subject: Install more test deps on Travis X-Git-Tag: v0.11022~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=commitdiff_plain;h=20ac7e8e5711745513d8a1042639975948f0242e Install more test deps on Travis --- diff --git a/.travis.yml b/.travis.yml index 0788df4..db92150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;'