(travis) remove two more workarounds for issues that have since been resolved
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 30_before_script.bash
index d327da1..b13fda7 100755 (executable)
@@ -72,12 +72,6 @@ if [[ "$CLEANTEST" = "true" ]]; then
       installdeps ExtUtils::MakeMaker ExtUtils::CBuilder Module::Build
     fi
 
-    # FIXME - temporary until 1.46 comes out / RT#99747 is fixed
-    # insufficient testing of 5.8.3, ned older DBD::SQlite, ribasushi--
-    if ! perl -M5.008004 -e 1 &>/dev/null ; then
-      installdeps DBI I/IS/ISHIGAKI/DBD-SQLite-1.42.tar.gz
-    fi
-
   fi
 
 else