From 586832bf111b8ce5c80d7497e749a4fd16ec9b42 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 5 Nov 2014 14:42:53 -0800 Subject: [PATCH] halve the time spent on CI testing --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20e9704..ebf5d08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,4 @@ language: perl perl: - "5.18" - "5.16" - - "5.14" - - "5.12" - - "5.10" - "5.8"