From: Dagfinn Ilmari Mannsåker Date: Sun, 28 Jun 2015 19:13:16 +0000 (+0100) Subject: Simplify .travis.yml X-Git-Tag: v0.11022~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5103d906dc3f9c34541e382e309348f66a9226a;p=dbsrgits%2FSQL-Translator.git Simplify .travis.yml --- diff --git a/.travis.yml b/.travis.yml index db92150..33f2689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,21 +24,10 @@ matrix: allow_failures: - perl: "blead" before_install: - - 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 + - eval $(curl https://travis-perl.github.io/init) --auto install: - cpan-install --deps CGI DBD::SQLite XML::Parser DBD::Pg # Optional test deps - cpan-install Test::EOL Test::NoTabs # Author test deps - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;' - - coverage-setup -script: - - perl Makefile.PL - - prove -lrsv $(test-dirs) -after_success: - - coverage-report