fix coverage to travis
This commit is contained in:
parent
4ed1244110
commit
cc3faa4187
|
@ -10,7 +10,7 @@ install:
|
|||
|
||||
script:
|
||||
- grunt eslint
|
||||
- npm test-cov
|
||||
- npm run test-cov
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue