Install YAML and XML::LibXML before build-dist
[dbsrgits/SQL-Translator.git] / .travis.yml
index 03595a4..b653374 100644 (file)
@@ -17,10 +17,11 @@ 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
+  - cpan-install YAML XML::LibXML # author-mode configure deps
   - build-dist
   - cd $BUILD_DIR             # $BUILD_DIR is set by the build-dist command
 install: