loopback/.travis.yml

16 lines
209 B
YAML
Raw Normal View History

sudo: false
2013-11-08 17:50:25 +00:00
language: node_js
node_js:
2017-08-03 10:02:26 +00:00
- "8"
2018-05-29 06:55:15 +00:00
- "10"
2019-04-29 07:13:05 +00:00
- "12"
2020-07-28 17:31:44 +00:00
- "14"
addons:
chrome: stable
after_success: npm run coverage
before_install:
2017-07-25 18:38:37 +00:00
- npm config set registry http://ci.strongloop.com:4873/