Skip to content

Commit

Permalink
Tweak .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jul 3, 2014
1 parent df901f6 commit ec52848
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,18 @@ before_script:
- composer install

script:
- vendor/bin/phpunit -v --coverage-clover coverage.clover

# concurrency
- php tests/worker.php >> worker.log &
- php tests/worker.php >> worker.log &
- php tests/worker.php >> worker.log &
- php tests/worker.php >> worker.log &

script:
- vendor/bin/phpunit -v --coverage-clover coverage.clover
- vendor/bin/phpunit --group concurrency
- cat worker.log

after_script:
- cat worker.log

# code-coverage for scrutinizer-ci
- >
bash -c 'if [[ $TRAVIS_PHP_VERSION == 5.4 ]]; then
Expand Down

0 comments on commit ec52848

Please sign in to comment.