From 9e70bf080574cb20a2081be577489cc7781f5c73 Mon Sep 17 00:00:00 2001 From: Stevan Little Date: Wed, 31 Jan 2018 21:11:47 +0100 Subject: [PATCH] =?UTF-8?q?5.8=20wouldn=E2=80=99t=20actually=20even=20work?= =?UTF-8?q?,=20we=20depend=20on=205.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86a7da9..69915ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,9 @@ perl: - '5.14' - '5.12' - '5.10' - - '5.8' matrix: allow_failures: - perl: 'blead' - - perl: '5.8' fast_finish: true before_install: - git config --global user.name "TravisCI"