Remove coverage run from travis configuration as it is failing

This commit is contained in:
Raul Ochoa 2014-12-05 13:06:53 +01:00
parent bf6537071a
commit 8a5f75546f

View File

@ -5,4 +5,3 @@ node_js:
- "0.10" - "0.10"
script: script:
- npm test - npm test
- npm run coverage