X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=1a2943cc30041167bc89d1c4cfb79ff21b15bf11;hb=e533bcddea14f0d8a2c58ce6bdc06ec82ea1de8e;hp=226d46ddb1e341e880014e0e0366b08e94c551ff;hpb=919c5e407d4a7bba36d1472f5819fb1ffd5011fc;p=dbsrgits%2FSQL-Translator.git diff --git a/.travis.yml b/.travis.yml index 226d46d..1a2943c 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/travis-perl/helpers ~/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