We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07ef46 commit e2bac84Copy full SHA for e2bac84
2 files changed
.travis.yml
@@ -3,4 +3,4 @@ language: node_js
3
node_js:
4
- 7
5
6
-after_success: npm run test:coverage
+after_success: npm run test:coverage && npm run coveralls
package.json
@@ -10,7 +10,7 @@
10
"flow": "flow check",
11
"test": "jest",
12
"test:watch": "npm test -- --watch",
13
- "test:coverage": "npm test -- --coverage && npm run coveralls",
+ "test:coverage": "npm test -- --coverage",
14
"coveralls": "cat ./coverage/lcov.info | coveralls",
15
"prebuild": "npm run clean && npm run flow && npm run lint && npm run test:coverage",
16
"build": "babel src --out-dir lib --ignore tests",
0 commit comments