Skip to content

Instantly share code, notes, and snippets.

@frozzare
Created August 6, 2015 20:24
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 frozzare/66568573d3f457d993f6 to your computer and use it in GitHub Desktop.
Save frozzare/66568573d3f457d993f6 to your computer and use it in GitHub Desktop.
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_script:
- npm install -g jshint
script: jshint index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment