node-quic
Version:
A wrapper around fidm/quic, node-quic is a dead simple stream based QUIC server / client for use in node.js.
26 lines (25 loc) • 454 B
YAML
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
- '9'
- '10'
before_script:
- npm prune
script:
- npm test
# - npm run test:with-coverage
# - npm run test:check-coverage
# after_success:
# - npm run test:publish-coverage
# # No need to build as it is done in the prepublish script
# - npm run semantic-release
branches:
only:
- master
- /^greenkeeper-.*$/