Describe the bug
My suggestion is related to a bug that might happen : preventing a travis build time out .
To do this, just add travis_wait as follows in .travis.yml :
language:
java
before_script:
- cd plugin-code
- travis_wait pip install --user codecov
after_success:
- codecov