From a149a0bf9f6dc3f75453e6ad7a00f5de8f72d678 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Mon, 19 Feb 2018 20:31:47 +0100 Subject: [PATCH] supports 7.1, 7.2, not hhvm --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5753122..49a66ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm + - 7.1 + - 7.2 before_script: - composer install -n