Skip to content

Commit

Permalink
drop coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fakiolinho committed Oct 20, 2017
1 parent 1bff164 commit f22ae00
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 @@ -11,7 +11,7 @@
"test": "jest",
"lint": "eslint ./lib/**.jsx --color",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"travis": "npm run build && npm test && npm run coveralls",
"travis": "npm run build && npm test",
"release": "np"
},
"repository": {
Expand Down

0 comments on commit f22ae00

Please sign in to comment.