Skip to content

travis_wait to prevent travis build time out #219

@FanJups

Description

@FanJups

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions