Skip to content

Commit b2ac64e

Browse files
committed
remove now unused from travis
1 parent 82c449d commit b2ac64e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ before_script:
3232
script:
3333
- if [[ $TEST_COVERAGE == 'true' ]]; then php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml; else ./vendor/bin/phpunit; fi
3434
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run
35-
- ./vendor/bin/docheader check src/ tests/
3635

3736
after_success:
3837
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/coveralls -v; fi

0 commit comments

Comments
 (0)