loopback-datasource-juggler/.travis.yml

18 lines
238 B
YAML
Raw Normal View History

branches:
only:
- master
arch:
- arm64
- ppc64le
- s390x
2013-11-08 17:14:25 +00:00
language: node_js
before_install: npm install --global npm
script:
- npm run --ignore-scripts build
- npm test --ignore-scripts
2013-11-08 17:14:25 +00:00
node_js:
- 10
- 12
- 14
- 16