Skip to content

Commit

Permalink
only run coveralls on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz committed Apr 17, 2016
1 parent 4a1ae1a commit 64770e7
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 @@ -10,7 +10,7 @@
"coverage": "jest --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint src",
"postinstall": "npm run clean && npm run lint && npm test && npm run coveralls && npm run build:babel"
"postinstall": "npm run clean && npm run lint && npm test && npm run build:babel"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 64770e7

Please sign in to comment.