Skip to content

Commit

Permalink
FIX: make travis happy again, take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed May 11, 2017
1 parent 1c6c7a8 commit 747f1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "eslint --format './index.js' index.js test/specs/ -c './configs/eslint.json'",
"lint-fix": "npm run beautify && npm run eslint -- --fix",
"lint": "npm run beautify-check && npm run eslint",
"test": "FORCE_ITERM_HINT=true npm run lint && mocha-runner 'test/specs/**/*.js'",
"test": "npm run lint && FORCE_ITERM_HINT=true mocha-runner 'test/specs/**/*.js'",
"cover": "istanbul cover -x 'test/specs/**/*.js' mocha-runner 'test/specs/**/*.js' html text-summary",
"watch": "npm run cover && watch-spawn -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary",
"check": "npm run beautify-check && npm run eslint",
Expand Down

0 comments on commit 747f1e6

Please sign in to comment.