Skip to content

Commit

Permalink
chore: add before install node-pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Feb 15, 2021
1 parent a223323 commit a7d1aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ os:
- osx
- windows

before_install:
# modules with pre-built binaries may not have deployed versions for bleeding-edge node so this lets us fall back to building from source
- npm install -g node-pre-gyp

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

Expand Down

0 comments on commit a7d1aa0

Please sign in to comment.