We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c721f commit 5e1b24bCopy full SHA for 5e1b24b
.jshintrc
@@ -15,13 +15,5 @@
15
"undef": true,
16
"unused": true,
17
"node": true,
18
- "mocha": true,
19
- "globals": {
20
- "describe": false,
21
- "it": false,
22
- "before": false,
23
- "beforeEach": false,
24
- "after": false,
25
- "afterEach": false
26
- }
+ "mocha": true
27
}
.npmignore
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: node_js
3
node_js:
4
- "0.10"
0 commit comments