From 6b5fdb4b2685dc61ec5c6129bfbb619737ad7d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 12 Jan 2016 10:36:57 +0100 Subject: [PATCH] Add the new php version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb6c28e..e2c94f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.4 - 5.3 - hhvm + - 7.0 before_script: - npm install jshint - jshint --version @@ -26,4 +27,4 @@ sudo: false matrix: allow_failures: - php: hhvm - - php: 5.6 + - php: 7.0