From 42891cec1808fc514af6eaaf1558ff081b34c99e Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Sat, 7 Mar 2015 11:03:45 +0100 Subject: [PATCH] check against php7 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index beb95ac..187c605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: php php: - - 5.3.3 - 5.3 + - 5.3.3 - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm matrix: