Skip to content

Commit

Permalink
Updated ci build to print stack on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorrustynelson committed Mar 12, 2016
1 parent 619b408 commit 541daf4
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 @@ -28,7 +28,7 @@
"ynode": "./bin/ynode.js"
},
"scripts": {
"ci": "istanbul cover --preload-sources -x **/bin/** -x **/tests/** -x **/tasks/** -x Gruntfile.js -v --print both grunt && grunt coveralls",
"ci": "istanbul cover --preload-sources -x **/bin/** -x **/tests/** -x **/tasks/** -x Gruntfile.js -v --print both grunt --stack && grunt coveralls",
"test": "grunt test",
"ynode": "node ./bin/ynode.js",
"ynpm": "./bin/ynpm-cli.js"
Expand Down

0 comments on commit 541daf4

Please sign in to comment.