From fe4fdd15d8249a09f35182e8a437b4c58e720e02 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 28 Jul 2015 01:15:31 +0200 Subject: [PATCH] add PHP 7 to travis tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index baca1979..03ad7a16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ php: - 5.4 - 5.5 - 5.6 + - '7' + - hhvm allow_failures: - php: hhvm