From 16ed4ea51c0a6ad3ba1afa45f5710d0a53fdca1b Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 11 Apr 2016 16:22:20 +0200 Subject: [PATCH] Add 5.5.9 to travis We should test against 5.5.9 as well since that is the lowest requirement. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ebf76cd..1023fe36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ cache: - vendor php: + - 5.5.9 - 5.5 - 5.6 - 7.0 @@ -21,4 +22,4 @@ script: branches: only: - master - - V5-WIP \ No newline at end of file + - V5-WIP