Fix handling of quoted identifiers and strings in Parser::PostgreSQL
[dbsrgits/SQL-Translator.git] / .travis.yml
index 015b555..0951249 100644 (file)
@@ -17,14 +17,15 @@ matrix:
   allow_failures:
     - perl: "blead"
 before_install:
-  - git clone git://github.com/haarg/perl-travis-helper ~/perl-travis-helper
-  - source ~/perl-travis-helper/init
+  - git clone git://github.com/ilmari/perl-travis-helper ~/travis-perl-helpers
+  - source ~/travis-perl-helpers/init
   - build-perl
   - perl -V
   - build-dist
   - 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