From 9f29c651805b858c0ad72ae1e93b9eaba30880c5 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 1 Jul 2016 13:58:18 +0200 Subject: [PATCH] MDL-53019 travis: adjust runs to use PHP 5.6 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1438f3db7c..65cd7d1e957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,7 @@ language: php php: # We only run the highest and lowest supported versions to reduce the load on travis-ci.org. - 7.0 - # - 5.6 - # - 5.5 - - 5.4 + - 5.6 env: # Although we want to run these jobs and see failures as quickly as possible, we also want to get the slowest job to