CodeStyle changes, documentation, small fixes

This commit is contained in:
Ismo Vuorinen
2017-09-14 13:50:17 +03:00
parent b9c5530928
commit 1f0a4b878c
5 changed files with 65 additions and 92 deletions

View File

@@ -16,7 +16,9 @@ before_script:
- phpenv global "$TRAVIS_PHP_VERSION"
- composer config extra.platform.php $TRAVIS_PHP_VERSION
- composer require php-coveralls/php-coveralls
- composer install
install:
- flags="--ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress"
- composer install $flags
script:
- ./vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
after_script: