Skip to content

Instantly share code, notes, and snippets.

@todvora
Created June 20, 2014 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todvora/14cf2d21d37b9e72ecd5 to your computer and use it in GitHub Desktop.
Save todvora/14cf2d21d37b9e72ecd5 to your computer and use it in GitHub Desktop.
Travis CI as a JS/CSS linter
language: node_js
node_js:
- "0.11"
install:
- npm install jshint -g
- npm install PrettyCSS -g
script:
- jshint main.js
- prettycss main.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment