mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
23 lines
599 B
YAML
23 lines
599 B
YAML
language: node_js
|
|
matrix:
|
|
include:
|
|
- node_js:
|
|
- '6'
|
|
env:
|
|
- CAN_DEPLOY=true
|
|
before_install:
|
|
- npm -g install npm@4
|
|
script: npm run ci
|
|
notifications:
|
|
email: false
|
|
deploy:
|
|
provider: npm
|
|
email: accounts@resin.io
|
|
api_key:
|
|
secure: phet6Du13hc1bzStbmpwy2ODNL5BFwjAmnpJ5wMcbWfI7fl0OtQ61s2+vW5hJAvm9fiRLOfiGAEiqOOtoupShZ1X8BNkC708d8+V+iZMoFh3+j6wAEz+N1sVq471PywlOuLAscOcqQNp92giCVt+4VPx2WQYh06nLsunvysGmUM=
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
condition: "$CAN_DEPLOY = 'true' && $TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
|
|
repo: resin-io/resin-cli
|