Skip to content

Commit

Permalink
Fixed wrong config with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
hisco committed May 20, 2018
1 parent 7150264 commit 6e476ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- npm install
script:
- "npm run test"
after_script: "npm install coveralls@3.0.1 && npm install test-ci && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls@3.0.1 && npm run test-ci && cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rolling-windows",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full featured fast rolling windows and time based rolling windows",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 6e476ed

Please sign in to comment.