diff --git a/.travis.yml b/.travis.yml index fc8850e..c298f8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 install: - composer self-update - composer global require "fxp/composer-asset-plugin:^1.0.0" @@ -14,4 +15,4 @@ script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover coverage.clover