Skip to content

Commit e2bac84

Browse files
committed
Fix coveralls build
1 parent a07ef46 commit e2bac84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: node_js
33
node_js:
44
- 7
55

6-
after_success: npm run test:coverage
6+
after_success: npm run test:coverage && npm run coveralls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"flow": "flow check",
1111
"test": "jest",
1212
"test:watch": "npm test -- --watch",
13-
"test:coverage": "npm test -- --coverage && npm run coveralls",
13+
"test:coverage": "npm test -- --coverage",
1414
"coveralls": "cat ./coverage/lcov.info | coveralls",
1515
"prebuild": "npm run clean && npm run flow && npm run lint && npm run test:coverage",
1616
"build": "babel src --out-dir lib --ignore tests",

0 commit comments

Comments
 (0)