pt
pt copied to clipboard
Added travis ci support
Hi @amilajack, can you describe how this would work ? Sorry I'm not familiar with Travis. But since there's nothing to build/deploy here, I'm not sure how the workflow will improve this repo.
Travis is used to check, on every push, PR, and merge, if a build is failing or not. Its really useful for guaranteeing that your project works correctly.
I read a bit about Travis. Unless I'm mistaken, I think Pt is not ready for this workflow yet. Will need to improve test coverage and the rudimentary build system first. Will definitely consider Travis in the future. Thanks!