X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=53ef9c47d8296ebc00f0f1806d3263554a431905;hb=b7b5a22090c690bea284863251f652eda31456eb;hp=015b555e2317e1fe28964a5b62680859d44fb512;hpb=bb09ba5d37041f71f2f9be0bec150e9b88b7ecb3;p=dbsrgits%2FSQL-Translator.git diff --git a/.travis.yml b/.travis.yml index 015b555..53ef9c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,16 @@ 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/travis-perl/helpers ~/travis-perl-helpers + - source ~/travis-perl-helpers/init - build-perl - perl -V + - cpan-install YAML XML::LibXML # author-mode configure deps - 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 --deps XML::Parser DBD::Pg YAML XML::LibXML # Optional test deps + - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;' - coverage-setup