Skip to content

Commit

Permalink
Removing XDebug from performance test suite runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 10, 2013
1 parent 90fc21f commit febba84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional,Performance
- ./vendor/bin/phpunit --group=Functional
- ./vendor/bin/phpunit --group=Performance
- php -n ./vendor/bin/phpunit --group=Performance
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/

after_script:
Expand Down

0 comments on commit febba84

Please sign in to comment.