Created
August 6, 2015 20:24
-
-
Save frozzare/66568573d3f457d993f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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