mirror of
https://github.com/ivuorinen/palette.git
synced 2026-03-12 17:01:29 +00:00
CodeStyle changes, documentation, small fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user