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:
|
packages:
|
||||||
- python2.4
|
- python2.4
|
||||||
install:
|
install:
|
||||||
- pip install tox coveralls
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- ./test/utils/run_tests.sh
|
- ./test/utils/run_tests.sh
|
||||||
after_success:
|
|
||||||
- coveralls
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue