fetch-h2-br
Version:
🥐 Brotli decoder to fetch-h2-br
20 lines (19 loc) • 378 B
YAML
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- "10"
- "11"
install:
- npm install
- npm run build
after_script:
- "test -e ./coverage/lcov.info && cat ./coverage/lcov.info | node_modules/.bin/coveralls"
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/