Update .travis.yml

This commit is contained in:
Angelos Chalaris
2020-01-14 15:03:20 +02:00
committed by GitHub
parent cd555627b6
commit cfcd46fd4e

View File

@ -5,7 +5,7 @@ cache:
node_js: node_js:
- lts/* - lts/*
before_install: before_install:
- git fetch --unshallow - git fetch --depth=10000
script: script:
- npm run extractor - npm run extractor
after_success: after_success: