Skip to content

Commit

Permalink
update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 5, 2019
1 parent 5bc06c5 commit 0fbc6f2
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 @@ -61,7 +61,7 @@ after_script:
- wget --http-user="admin" --http-password="changeit" --post-data='' http://localhost:2113/admin/shutdown

after_success:
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/coveralls -v; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/php-coveralls -v; fi

notifications:
webhooks:
Expand Down

0 comments on commit 0fbc6f2

Please sign in to comment.