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/"