Skip to content

Commit

Permalink
Adding jshint predef and 0.10 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Nov 15, 2013
1 parent 03ad2dd commit c03b36e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .jshintrc
Expand Up @@ -23,6 +23,14 @@
, "node": true
, "noempty": false
, "nonew": true
, "predef":
[ "describe"
, "it"
, "before"
, "beforeEach"
, "after"
, "afterEach"
]
, "quotmark": "single"
, "smarttabs": true
, "strict": false
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 0.8
- 0.8
- 0.10

0 comments on commit c03b36e

Please sign in to comment.