
Dec. 23, 2022
7:12 a.m.
Hi Folks, just something I learned about TravisCI. The badge on our README.md currently shows an "error". But there wasn't one. On my last PR Travis started its job but I got there an canceled them manually. This was because of saving credits and carbon. I only updated some text files and not python code. To prevent that the TravisCI support told me to use skip messages inside commit messages to prevent this. https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build Just write "[skip travis]" somewhere else. I'll try this next time. Christian