Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

travis_wait to prevent travis build time out #219

Closed
FanJups opened this issue Jan 3, 2020 · 1 comment
Closed

travis_wait to prevent travis build time out #219

FanJups opened this issue Jan 3, 2020 · 1 comment

Comments

@FanJups
Copy link

FanJups commented Jan 3, 2020

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
@bischoffdev
Copy link
Collaborator

This never happened before because the build time is really short for this project.
Thanks for your suggestion - I will consider this for future projects.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants