Skip to content

Commit

Permalink
Coveralls added correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatadia committed Jun 25, 2018
1 parent 2b261bf commit 2a38f3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 7.0
- 7.1
- 7.2
- nightly

before_script:
- composer install
Expand All @@ -15,5 +14,5 @@ script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
after_success:
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit 2a38f3a

Please sign in to comment.