“modern lint checkers are often used to find code that doesn't correspond to certain style guidelines.” http://en.wikipedia.org/wiki/Lint_(software) JSLint: http://www.jslint.com/ ESLint: https://github.com/nzakas/eslint JSHint: http://www.jshint.com/
Setting up Enable travis service hook on GitHub repository: https://github.com/your-user/your-repo/settings/hooks Create `.travis.yml` in project root And just add test script to package.json