Skip to content

Commit

Permalink
use the system npm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Aug 1, 2020
1 parent c35918f commit d03ec4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ node_js:
- 8
- 10
- 14
preinstall:
- npm install npm@2.15.0 qnit
before_install:
- npm install qnit
after_success:
- if [ `node -p 'process.version.slice(0, 3)'` != "v8." ]; then exit; fi
- npm install -g nyc codecov coveralls
- npm run coverage && codecov
- npm run coverage
- nyc report -r text-lcov | coveralls

0 comments on commit d03ec4f

Please sign in to comment.