Skip to content

Commit 5879741

Browse files
erikkempermanphated
authored andcommitted
Build: Fix jshint reporter & add node 0.12 to travis
1 parent c475690 commit 5879741

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- '0.10'
4+
- '0.12'
45
script:
56
- npm test
67
- npm run lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "index.js",
1515
"scripts": {
1616
"test": "lab -cv",
17-
"lint": "jshint test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules"
17+
"lint": "jshint test index.js --reporter node_modules/jshint-stylish/index.js --exclude node_modules"
1818
},
1919
"dependencies": {
2020
"async-done": "^1.1.1"

0 commit comments

Comments
 (0)