mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove coveralls from travis
hoping to save some time in tests, we already have coverage report locally so no need to burden travis more.
This commit is contained in:
parent
228ad3ca39
commit
92f29746d9
1 changed files with 1 additions and 3 deletions
|
@ -27,11 +27,9 @@ addons:
|
|||
packages:
|
||||
- python2.4
|
||||
install:
|
||||
- pip install tox coveralls
|
||||
- pip install tox
|
||||
script:
|
||||
- ./test/utils/run_tests.sh
|
||||
after_success:
|
||||
- coveralls
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
Loading…
Reference in a new issue