From 76e4b0332cb3cfcaeb07168c4a08020f2ce06c9e Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sun, 5 Oct 2014 01:45:57 +0200 Subject: [PATCH] Add DateTime::Format::ISO8601, needed for tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 79957420..cb3fc612 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ install: - cpanm --notest Data::Dump - cpanm --notest Date::Manip - cpanm --notest Date::Parse + - cpanm --notest DateTime::Format::ISO8601 - cpanm --notest Device::SerialPort - cpanm --notest FCGI::Client - cpanm --notest File::ReadBackwards