Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed May 31, 2015
2 parents f3c8d8c + 74ee744 commit fd3e7d9
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 131 deletions.
23 changes: 12 additions & 11 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"unused": true,
"node": true
"asi": true,
"boss": true,
"curly": false,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"unused": "vars",
"node": true
}
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
language: node_js
node_js:
- 0.10
notifications:
irc:
channels:
- "irc.freenode.org#yourlabs"
template:
- "%{repository} (%{commit} %{author}) : %{message} %{build_url} %{compare_url}"
Loading

0 comments on commit fd3e7d9

Please sign in to comment.