Using jshint with Travis CI

I thought I’d give Travis CI a try. It’s a tool that hooks into GitHub and runs automated tests on your code every time you push a commit. I found a straightforward tutorial that basically said I’d need 2 files in addition to my existing code: .travis.yml package.json Simple! I configured Travis CI to run … Continue reading Using jshint with Travis CI