Skip to content

Commit

Permalink
fixing bad configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgirges committed Feb 18, 2017
1 parent de69689 commit d35dc28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ node_js:
- "5"
- "6"
- "7"
env:
- COVERALLS_REPO_TOKEN=vNV8IQ0jJAuWGikebCeIHJryRulP6aEHa
script:
- npm run lint
- npm test
- npm run coverage
- npm run coveralls
after_success: 'npm run coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d35dc28

Please sign in to comment.