From 1e65f77d0ffebb0a0f384a0aef7a6a2558293988 Mon Sep 17 00:00:00 2001 From: Alexander Obuhovich Date: Tue, 28 Jun 2016 22:03:27 +0300 Subject: [PATCH] Add more PHP versions for tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5bc9e4..bc08f91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm + - 7.0 install: - composer install --prefer-dist