Skip to content

Commit

Permalink
cleanup after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Sep 14, 2017
1 parent 1f6d5a7 commit 0704956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ before_script:

script:
- php -dzend_extension=xdebug.so ./vendor/bin/phpunit --exclude-group=ssl --coverage-text --coverage-clover ./build/logs/clover.xml
- rm -rf rabbitmq-c
- rm -rf php-amqp
- ./vendor/bin/php-cs-fixer fix -v --diff --dry-run
- ./vendor/bin/docheader check src/ tests/

Expand Down

0 comments on commit 0704956

Please sign in to comment.