From: Graham Knop Date: Thu, 29 Aug 2013 18:09:17 +0000 (-0400) Subject: can't do dev tests on <5.8.4 X-Git-Tag: v1.003001~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b63d62a93ce3fcee05f381298d405cefb299203;p=gitmo%2FMoo.git can't do dev tests on <5.8.4 --- diff --git a/.travis.yml b/.travis.yml index 96a6fd3..38e431f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: perl perl: - - "5.8.3" - - "5.8.3_thr" + - "5.8.4" + - "5.8.4_thr" before_install: - source maint/travis-perlbrew - perlbrew install-cpanm -f