Quoted table_name wasn't being used during MySQL DROP TABLE construction
[dbsrgits/SQL-Translator.git] / .travis.yml
index 53ef9c4..1a2943c 100644 (file)
@@ -21,11 +21,10 @@ before_install:
   - 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:
-  - cpan-install --deps XML::Parser DBD::Pg YAML XML::LibXML # Optional test deps
+  - cpan-install --deps XML::Parser DBD::Pg # Optional test deps
   - cpan-install --coverage
 before_script:
   - psql -U postgres -c 'create database sqlt_test;'