From fb2a22dfcc70ec34f7c27d4690e96db3d3e7073f Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Tue, 17 Nov 2015 18:05:30 +0100 Subject: chore(travis): test on php 7 and hhvm --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54f039d..5fd157d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,14 @@ php: - 5.4 - 5.5 - 5.6 + - '7' + - hhvm + +matrix: + fast_finish: true + allow_failures: + - php: hhvm + install: - composer self-update - composer install -- cgit v1.2.3