X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=0788df4a18f8b5cb5fe49af05ececed9578aed8f;hb=dd7dcde649077c79ecb908bcb472f2039cc0436b;hp=0951249f4252613bdae3eddad42784040214518f;hpb=1011eeb5e440d06f8b86857078f23150aaf27dd9;p=dbsrgits%2FSQL-Translator.git diff --git a/.travis.yml b/.travis.yml index 0951249..0788df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,10 @@ +sudo: false +addons: + apt: + packages: + - libgd2-xpm-dev + - graphviz + - libxml2-dev language: perl perl: - "blead" @@ -17,14 +24,14 @@ matrix: allow_failures: - perl: "blead" before_install: - - git clone git://github.com/ilmari/perl-travis-helper ~/travis-perl-helpers + - 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 --deps CGI XML::Parser DBD::Pg # Optional test deps - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;'