mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
55bf4dc0f0
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
26 lines
464 B
YAML
26 lines
464 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "10"
|
|
matrix:
|
|
exclude:
|
|
node_js: "10"
|
|
script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run ci
|
|
# - npm run build:standalone
|
|
# - npm run build:installer
|
|
notifications:
|
|
email: false
|
|
deploy:
|
|
- provider: script
|
|
script: npm run release
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
|
|
repo: balena-io/balena-cli
|