From: Dagfinn Ilmari Mannsåker Date: Mon, 28 Jul 2014 23:34:08 +0000 (+0100) Subject: Test Moose bits X-Git-Tag: 0.07041~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=617c4b41a53512b88ad9a76190ca17ca825dda58 Test Moose bits --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 1a8c53b..53770f8 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -93,6 +93,9 @@ else # using SQLT and set up whatever databases necessary export DBICTEST_SQLT_DEPLOY=1 + # Include Moose-using tests + export SCHEMA_LOADER_TESTS_USE_MOOSE=1 + # do the preinstall in several passes to minimize amount of cross-deps installing # multiple times, and to avoid module re-architecture breaking another install # (e.g. once Carp is upgraded there's no more Carp::Heavy, @@ -110,6 +113,7 @@ else parallel_installdeps_notest SQL::Abstract Moose Module::Install JSON SQL::Translator File::Which parallel_installdeps_notest Module::Install::ReadmeFromPod parallel_installdeps_notest DBD::ODBC DBD::Firebird DBD::Oracle Math::Base36 DBD::mysql DBD::Pg + parallel_installdeps_notest MooseX::NonMoose MooseX::MarkAsMethods namespace::autoclean if [[ -n "$DBICTEST_FIREBIRD_INTERBASE_DSN" ]] ; then # the official version is very much outdated and does not compile on 5.14+