Install YAML and XML::LibXML in the perl used for testing too
Dagfinn Ilmari Mannsåker [Mon, 13 Oct 2014 16:57:08 +0000 (17:57 +0100)]
The perl used for build-dist is not necessearily the same as the one
we're testing under.

.travis.yml

index b653374..53ef9c4 100644 (file)
@@ -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;'