From 93de7eba6d178caeee4fd8f01254b003c00d3d2f Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Sat, 20 Feb 2016 13:38:38 +0000 Subject: [PATCH] Add PHP7 to build matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7dd148a..2d015b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm install: composer install script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"