language: node_js cache: directories: - node_modules node_js: - lts/* before_install: - git fetch --depth=10000 script: - npm run extractor after_success: - chmod +x .travis/push.sh - .travis/push.sh