From 404f147aa750a6cc5be1d3cdabc5356e1f1caba3 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Sat, 18 Feb 2017 15:37:04 +0100 Subject: [PATCH] Add PHP 7.1 and nightly --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 034653b..b1f721d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ php: - 5.4 - 5.5 - 5.6 - - 7 + - 7.0 + - 7.1 - hhvm + - nightly script: phpunit --coverage-text tests