From 441635e6aebfa66f6b1dd3a57d9d725161f40624 Mon Sep 17 00:00:00 2001 From: toimtoimtoim Date: Wed, 7 Dec 2016 15:07:00 +0200 Subject: [PATCH] add php 5.4 / 5.5 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6fcd103..265e73a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ cache: - $HOME/.composer/cache php: + - 5.4 + - 5.5 - 5.6 - 7.0