Skip to content

Commit

Permalink
Add Gruntfile.coffee to linting and add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgable committed Aug 21, 2013
1 parent 5a4a72c commit efa007d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = (grunt) ->
"lib/irc.js": "src/irc.coffee"

coffeelint:
client: ["src/**/*.coffee"]
client: ["Gruntfile.coffee", "src/**/*.coffee"]
options:
indentation:
value: 2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
},
"main": "./src/irc.coffee",
"engine": "node > 0.6.0",
"scripts": {
"test": "grunt"
},
"dependencies": {
"irc": "git://github.com/nandub/node-irc.git"
},
Expand Down

0 comments on commit efa007d

Please sign in to comment.