Skip to content

Commit

Permalink
Added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
oleglfed committed Aug 25, 2017
1 parent c9d6b2c commit 0d76d4c
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 @@ -17,7 +17,7 @@ install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable

script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
- ./vendor/bin/phpunit

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 0d76d4c

Please sign in to comment.