mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
* Create coveralls.yml * Update .travis.yml * Update package.json * Update coveralls.yml * Update coveralls.yml * Update coveralls.yml * Update coveralls.yml
16 lines
280 B
YAML
16 lines
280 B
YAML
language: node_js
|
|
cache: yarn
|
|
jobs:
|
|
include:
|
|
- stage: npm release
|
|
if: tag IS present
|
|
node_js: stable
|
|
script: yarn run build
|
|
deploy:
|
|
provider: npm
|
|
email: "$NPM_EMAIL"
|
|
api_key: "$NPM_TOKEN"
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|