From 92b2ae1df1c28b7be8e6d666015bb9702da4dff7 Mon Sep 17 00:00:00 2001 From: Gordon Lesti Date: Mon, 12 Oct 2015 17:10:57 +0200 Subject: [PATCH] test against php 5.4 and 5.5 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26c51fb..ffcf021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: php sudo: false php: - - 5.3 - 5.4 + - 5.5 env: - MAGE=magento-1-9-1-0 diff --git a/README.md b/README.md index c2453cd..5dd7004 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Develop | [![Build Status](https://img.shields.io/travis/GordonLesti/Lesti_Fpc/d ## System Requirements -* PHP 5.3 or higher +* PHP 5.4 or higher * Magento CE1.5.x-1.9.x ## Installation