loopback-connector/.travis.yml

17 lines
218 B
YAML
Raw Permalink Normal View History

branches:
only: master
arch:
- arm64
- ppc64le
- s390x
2017-04-05 17:24:54 +00:00
language: node_js
node_js:
- 10
- 12
- 14
- 16
install:
- npm install --global npm
- npm ci --ignore-scripts
script: npm test --ignore-scripts