Skip to content

Commit

Permalink
Move coveralls to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Nov 2, 2018
1 parent b78ebf8 commit 08cce42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
include:
- stage: Coverage Report
node_js: "10"
install:
- yarn global add coveralls
- yarn
script: yarn lint && yarn coverage && yarn coveralls

# Allow Travis tests to run in containers.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"babel-eslint": "^10.0.1",
"benchmark": "^2.1.4",
"cli-table": "^0.3.1",
"coveralls": "3.0.2",
"eslint": "^5.7.0",
"eslint-plugin-prefer-let": "^1.0.1",
"expect": "^23.4.0",
Expand Down

0 comments on commit 08cce42

Please sign in to comment.