@adobe/api-client-decisioning
Version:
Adobe Decisioning Service API Client for NodeJS
32 lines (24 loc) • 328 B
YAML
language: node_js
sudo: false
git:
depth: 10
os:
- windows
- linux
node_js:
- '8'
- '10'
- '12'
install:
- npm version
- npm install -g codecov
- npm install
script:
- npm test
after_success:
- codecov
# safelist (prevent double builds in PRs)
branches:
only:
- master
- /^greenkeeper.*$/