From 790fc730b6f302f9621094a8b97ffe62e57aaf34 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Fri, 26 Aug 2016 22:35:48 +0100 Subject: [PATCH] travis: use explicit dev version rather than "dev": https://github.com/travis-perl/helpers/issues/32 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af754b8..55c6af4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ perl: - "5.10" - "5.22" - "5.24" - - "dev" + - "5.25.4" sudo: false before_install: - eval $(curl https://travis-perl.github.io/init) --auto