From b57492b70822a174f6d00637c81031ba414ee840 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 9 Aug 2015 09:50:36 +0200 Subject: added PHP 5.6 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b6badb3d..1958790a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - 5.7 before_script: - composer self-update -- cgit v1.2.3