starekrow / lockbox

Encrypted storage with built-in key management facilities
MIT License
95 stars 6 forks source link

Automated Testing on PR #12

Closed KJLJon closed 6 years ago

KJLJon commented 6 years ago

I think some sort of CI should be ran on pull requests Travis CI is free for open source projects https://docs.travis-ci.com/user/languages/php/

starekrow commented 6 years ago

Agreed; Travis is actually on my roadmap. I’d like to expand coverage on CryptoKey and Secret, too.

On Dec 9, 2017, at 8:07 AM, Jonathan notifications@github.com wrote:

I think some sort of CI should be ran on pull requests Travis CI is free for open source projects https://docs.travis-ci.com/user/languages/php/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

alexmanno commented 6 years ago

We can use Scrutinizer together with Travis for static inspection and other nice features!

starekrow commented 6 years ago

Done and done. I also did the integration on travis.org and stuffed the status badge in the readme.