Closed Kristinita closed 7 years ago
I think I had this at some point in the source, but it probably got lost because I'm only using the tool in interactive mode currently.
Note that I can only make the exit code non-zero for failures and not for warnings.
Fixed by:
1. Summary
I want to add automatic testing my package via Travis CI or other Continuous Integration service. But even if my package contain failures, I get exit code 0.
2. Expected behavior
3. Actual behavior
See my build:
4. Settings
My test Sublime Text package with failures — https://github.com/Kristinita/SashaTravis.
My
.travis.yml
file:5. Steps to reproduce
I create test repository and integrate it with Travis CI. I push commit to my repository → package with failures have exit code 0.
Thanks.