mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
652a1b7650
Change-Type: patch
29 lines
767 B
YAML
29 lines
767 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "6"
|
|
before_install:
|
|
- npm -g install npm@4
|
|
script: npm run ci
|
|
notifications:
|
|
email: false
|
|
deploy:
|
|
- provider: script
|
|
script: npm run release
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
|
|
repo: resin-io/resin-cli
|
|
- provider: npm
|
|
email: accounts@resin.io
|
|
api_key:
|
|
secure: JoAcGloR8ijX3u8itaF6muCoOY9Xinku9nDkg/N3rzAS8qe8LLkTxty6Zzc28Z7qZiCqmaVKUFUP3wqx1qYp9gH0OuVfQFaTAkjlGpV2Exv9/7DuI4ZxwaWjELJcPD5EIffJRiT0gmvQBWPmDffc4mymoMnVH8UMuDILBDM3pSI=
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
|
|
repo: resin-io/resin-cli
|