From 12384bbf211abb72356fbd0a7f2b53b11dcc5582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Sun, 28 Jun 2015 21:23:52 +0100 Subject: [PATCH] Install more test deps on Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdde791ac..33f268992 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,8 @@ matrix: before_install: - eval $(curl https://travis-perl.github.io/init) --auto install: - - cpan-install --deps CGI XML::Parser DBD::Pg # Optional test deps + - cpan-install --deps CGI DBD::SQLite XML::Parser DBD::Pg # Optional test deps + - cpan-install Test::EOL Test::NoTabs # Author test deps - cpan-install --coverage before_script: - psql -U postgres -c 'create database sqlt_test;'