Skip to content

Commit d35dc28

Browse files
committed
fixing bad configuration
1 parent de69689 commit d35dc28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ node_js:
44
- "5"
55
- "6"
66
- "7"
7+
env:
8+
- COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa
79
script:
810
- npm run lint
911
- npm test
10-
- npm run coverage
12+
- npm run coveralls
1113
after_success: 'npm run coveralls'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "istanbul cover _mocha -- -R spec",
99
"lint": "eslint ./",
10-
"coveralls": "COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa cat ./coverage/lcov.info | coveralls"
10+
"coveralls": "cat ./coverage/lcov.info | coveralls"
1111
},
1212
"dependencies": {
1313
"busboy": "^0.2.14",

0 commit comments

Comments
 (0)