fix coverage to travis

This commit is contained in:
ido 2015-01-27 12:27:11 +02:00
parent 4ed1244110
commit cc3faa4187
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ install:
script:
- grunt eslint
- npm test-cov
- npm run test-cov
branches:
only:

View File

@ -38,7 +38,7 @@
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^5.0.0",
"grunt-eslint": "^5.1.0",
"grunt-node-tap": "^0.1.61",
"istanbul": "^0.3.5",
"react": "^0.12.2",