Skip to content

Commit

Permalink
add yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
7rulnik committed Feb 14, 2021
1 parent 787114e commit 08c6f63
Show file tree
Hide file tree
Showing 2 changed files with 3,707 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ node_js:


install:
- npm install
- npm install coveralls
- yarn
- yarn add coveralls

script:
- npm run coverage
- npm run lint
- yarn run coverage
- yarn run lint

after_success:
- nyc report --reporter=text-lcov | coveralls
Expand Down
Loading

0 comments on commit 08c6f63

Please sign in to comment.