-
Notifications
You must be signed in to change notification settings - Fork 136
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
Blog about Travis config? #162
Comments
It's been on my list to do for ages, you're the first one that's asked for it. It was tricky enough to get going, particularly the android build. The goal for me eventually is to get a matrix building iOS also. IIRC I couldn't get If you've other questions I'm happy to help, it's unlikely that I'll have time to blog on it in the near future. |
It looks like after_failure:
- cat $TRAVIS_BUILD_DIR/python_serve.log
- cat $TRAVIS_BUILD_DIR/ionic_serve.log That being said, in this build it appears that there were no log files generated, even though the build failed. Perhaps it was because the failures happened in other parts of the code. Still working out how to get the |
Nice: 9f81dc4
Yes those log files will be populated only if the server manages to run
I had a look at that build, you're missing
Thanks - and thanks for the change here. |
Thank you for sharing your testing config! It's perfect for my current project.
I've tried to figure out your Travis setup, but I'm getting stuck on some of the directories that are specific to your project (e.g.
/home/travis/build/lathonez/clicker/
) and figuring out what values I should change these to in my own project.Thanks!
The text was updated successfully, but these errors were encountered: