From: Dagfinn Ilmari Mannsåker Date: Tue, 29 Jul 2014 01:31:30 +0000 (+0100) Subject: Test on perl 5.16 as well X-Git-Tag: 0.07041~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1975f084e017f01d6372d0decb315254bd38b40;hp=273d4b1c5d5711786fa7d30f0fd8ebcd71e387ca;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Test on perl 5.16 as well This might help suss out whether the m2m instability on Oracle is due to hashes or the database. --- diff --git a/.travis.yml b/.travis.yml index 3c04b88..f1f941c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,7 @@ language: perl perl: - "5.18" + - "5.16" env: - CLEANTEST=false