We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c475690 commit 5879741Copy full SHA for 5879741
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
- '0.10'
4
+ - '0.12'
5
script:
6
- npm test
7
- npm run lint
package.json
@@ -14,7 +14,7 @@
14
"main": "index.js",
15
"scripts": {
16
"test": "lab -cv",
17
- "lint": "jshint test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules"
+ "lint": "jshint test index.js --reporter node_modules/jshint-stylish/index.js --exclude node_modules"
18
},
19
"dependencies": {
20
"async-done": "^1.1.1"
0 commit comments