loopback/.travis.yml

16 lines
209 B
YAML

sudo: false
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
addons:
chrome: stable
after_success: npm run coverage
before_install:
- npm config set registry http://ci.strongloop.com:4873/