From: Dagfinn Ilmari Mannsåker Date: Mon, 13 Oct 2014 16:57:08 +0000 (+0100) Subject: Install YAML and XML::LibXML in the perl used for testing too X-Git-Tag: v0.11021~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7b5a22090c690bea284863251f652eda31456eb;p=dbsrgits%2FSQL-Translator.git Install YAML and XML::LibXML in the perl used for testing too The perl used for build-dist is not necessearily the same as the one we're testing under. --- diff --git a/.travis.yml b/.travis.yml index b653374..53ef9c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_install: - 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 XML::Parser DBD::Pg YAML XML::LibXML # Optional test deps - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;'