Skip to content

Commit

Permalink
Adding performance test to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 31, 2013
1 parent cebad01 commit 98c14ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional,Performance
- ./vendor/bin/phpunit --group=Functional
- php -n ./vendor/bin/phpunit --group=Performance
- php -n ./vendor/bin/athletic -p ./tests/GeneratedHydratorPerformance/ -b ./tests/Bootstrap.php
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/

after_script:
Expand Down

0 comments on commit 98c14ec

Please sign in to comment.