X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=0951249f4252613bdae3eddad42784040214518f;hb=9055d33a95fe33d4f1dab84b45c104d9375f2cd7;hp=53ef9c47d8296ebc00f0f1806d3263554a431905;hpb=b7b5a22090c690bea284863251f652eda31456eb;p=dbsrgits%2FSQL-Translator.git diff --git a/.travis.yml b/.travis.yml index 53ef9c4..0951249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,15 +17,14 @@ matrix: allow_failures: - perl: "blead" before_install: - - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers + - git clone git://github.com/ilmari/perl-travis-helper ~/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 YAML XML::LibXML # Optional test deps + - cpan-install --deps XML::Parser DBD::Pg # Optional test deps - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;'