-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script timeouts #15
Comments
I just experienced the same exact problem |
Hello! The same issue, here is a link to the sample build: https://travis-ci.org/volebo/volebo-express/builds/185303335#L472-L478 |
(For those who end up here trying to fix Travis/Bithound integration...) You need to put this in your after_script:
- bithound check [email protected]:$TRAVIS_REPO_SLUG.git But it seems that if Bithound is already in the process of analysing your projects dependencies, the above script will be timed-out by Travis after 10 minutes... |
I know, that sometimes it is enough to re-login on Bithound while Travis CI is building the app 👍 |
Hi there,
I'm running:
but the script timeouts after 10 minutes.
It was previously working, so I assume there is some problem with your infrastructure?
I use version 1.7.0.
The text was updated successfully, but these errors were encountered: