diff --git a/package.json b/package.json index 51adb5c8..66b51051 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "scripts": { "start": "grunt", - "test": "grunt test && grunt coveralls", + "test": "grunt test", "postinstall": "bower install --config.interactive=false; grunt build;", "init": "node scripts/setup.js" },