From 7b952f255789e3112b0e4ce9645af7ea7dc83003 Mon Sep 17 00:00:00 2001 From: Luc Wollants Date: Wed, 15 Feb 2017 19:10:41 +0100 Subject: [PATCH] III-555 Let Travis also build for PHP 7.0 and 7.1 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17d030d..cc581ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php php: - 5.6 +- 7.0 +- 7.1 install: composer install script: ./vendor/bin/phing test after_success: ./vendor/bin/phing report-to-coveralls