mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 17:56:57 +00:00
Set up Travis npm autodeploy
This commit is contained in:
parent
435fedfa07
commit
4320f33d8e
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
language: node_js
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- node_js:
|
||||||
|
- '6'
|
||||||
|
env:
|
||||||
|
- CAN_DEPLOY=true
|
||||||
|
before_install:
|
||||||
|
- npm -g install npm
|
||||||
|
script: echo 'TODO Write some tests'
|
||||||
|
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
|
@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Set up Travis npm autodeploy
|
||||||
- Upgrade to Lodash v4, drastically reducing install size (due to dedupes)
|
- Upgrade to Lodash v4, drastically reducing install size (due to dedupes)
|
||||||
- Updated npm package description
|
- Updated npm package description
|
||||||
- Added support for looking up shared apps via [owner]/[appname] strings
|
- Added support for looking up shared apps via [owner]/[appname] strings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user