From a8d5d4a44683774027cd7dc086aba59f2652baf0 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 14 Dec 2016 06:36:25 -0800 Subject: [PATCH] Specified PHP 5.6.4 for unit tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d783b2712c..24bdf9ea15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ language: php # list any PHP version you want to test against php: - - 5.6 + - 5.6.4 - 7.0 # execute any number of scripts before the test run, custom env's are available as variables