diff --git a/.travis.yml b/.travis.yml index 99fa823..b36b340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.5 - 5.6 + - 7.0 install: - composer self-update @@ -10,4 +11,4 @@ install: script: - ./vendor/bin/phpunit --colors -c phpunit.xml --coverage-clover=unittest-coverage.clover - - ./vendor/bin/phpcs --standard=psr2 ./src \ No newline at end of file + - ./vendor/bin/phpcs --standard=psr2 ./src