We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de69689 commit d35dc28Copy full SHA for d35dc28
.travis.yml
@@ -4,8 +4,10 @@ node_js:
4
- "5"
5
- "6"
6
- "7"
7
+env:
8
+ - COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa
9
script:
10
- npm run lint
11
- npm test
- - npm run coverage
12
+ - npm run coveralls
13
after_success: 'npm run coveralls'
package.json
@@ -7,7 +7,7 @@
"scripts": {
"test": "istanbul cover _mocha -- -R spec",
"lint": "eslint ./",
- "coveralls": "COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa cat ./coverage/lcov.info | coveralls"
+ "coveralls": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"busboy": "^0.2.14",
0 commit comments