Test on perl 5.16 as well
Dagfinn Ilmari Mannsåker [Tue, 29 Jul 2014 01:31:30 +0000 (02:31 +0100)]
This might help suss out whether the m2m instability on Oracle is due to
hashes or the database.

.travis.yml

index 3c04b88..f1f941c 100644 (file)
@@ -69,6 +69,7 @@ language: perl
 
 perl:
   - "5.18"
+  - "5.16"
 
 env:
   - CLEANTEST=false