X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=0951249f4252613bdae3eddad42784040214518f;hb=501ed387d434cb888871053f39d818577001ca73;hp=226d46ddb1e341e880014e0e0366b08e94c551ff;hpb=919c5e407d4a7bba36d1472f5819fb1ffd5011fc;p=dbsrgits%2FSQL-Translator.git diff --git a/.travis.yml b/.travis.yml index 226d46d..0951249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,15 @@ matrix: allow_failures: - perl: "blead" before_install: - - git clone git://github.com/ilmari/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