Skip to content

Commit

Permalink
Try to use custom npm i for travis to fix husky not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharaal committed Sep 12, 2021
1 parent 4480628 commit aff81b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ node_js:
services:
- postgresql

install:
- npm i --ignore-scripts

after_script:
- npm i -g coveralls
- npx nyc report --reporter=text-lcov | coveralls

0 comments on commit aff81b8

Please sign in to comment.