From 497b4b2f1ef093b830bf66be8f7cfb595978eb4a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 9 Oct 2013 17:27:54 +0900 Subject: [PATCH] tweaked .travis.yml to install DBI first --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81a642c..9499357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ perl: - 5.14 - 5.16 - 5.18 - +before_install: cpanm -n DBI