-
Notifications
You must be signed in to change notification settings - Fork 77
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
bash: line 2: syntax error near unexpected token `newline' #80
Comments
luke, travis builds are famous for flaky network. It's possible that the install-deps script has been partially downloading occasionally. i've noticed the same in some of my contbuilds. |
also, have you guys moved to the new travis cluster: https://docs.travis-ci.com/user/migrating-from-legacy/ |
Thanks for the quick response. I'll just keep restarting builds and hope that things settle down. Are you talking about moving to Have you moved to |
I'm talking about their container architectures. I've kept whatever is their default ubuntu install, didn't explicitly move to trusty |
From what I've read, you need to turn off |
yea all it takes is to remove all sudo calls. The container architecture is soo nice, the builds are way faster and way less flakier. |
We're currently using the
install-deps
script for DIGITS TravisCI builds. It's started failing on me in the last two days with errors like this (but only intermittently?):https://travis-ci.org/lukeyeager/DIGITS/builds/100877937
Can we fix this, or do I need to figure out how to use a different Torch install mechanism? The README says the repo is deprecated, but according to this comment the
install-deps
script should still work:This could possibly be an issue on my end, totally unrelated to you. I'm looking into it...
The text was updated successfully, but these errors were encountered: