DEV Community

Discussion on: Leveraging Travis-CI for Continuous Deployment to Publish Compiled Binaries to GitHub

Collapse
 
jeikabu profile image
jeikabu

Been thinking about looking into this for some of our stuff. I like seeing the problems you ran into and how you worked through them.

This doesn't help in this particular instance, but to aid Travis debugging it's helpful to minimize the amount of inline scripting. Meaning, move logic into standalone scripts you can debug locally. I wish it had the Jenkins feature where you can re-run a build and edit the script before it starts.