From 9e4df6b48d402c5db075e7d695148e9f30d4834a Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Mon, 7 Jul 2014 12:27:08 +0930 Subject: [PATCH] bootstrap needs php 5.4+ --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c52f06e..88cc2b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 @@ -23,4 +22,4 @@ after_script: - ls -la tests/_runtime - cat tests/_log/* -script: php codecept.phar run \ No newline at end of file +script: php codecept.phar run