2017-08-18 10:41:24 +00:00
|
|
|
language: node_js
|
2017-12-13 18:15:52 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
node_js:
|
2019-05-23 00:44:08 +00:00
|
|
|
- "10"
|
2019-06-06 14:19:35 +00:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
node_js: "10"
|
2019-05-23 00:44:08 +00:00
|
|
|
script:
|
|
|
|
- node --version
|
|
|
|
- npm --version
|
|
|
|
- npm run ci
|
2019-06-06 14:19:35 +00:00
|
|
|
# - npm run build:standalone
|
|
|
|
# - npm run build:installer
|
2017-08-18 10:41:24 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
deploy:
|
2017-12-13 18:15:52 +00:00
|
|
|
- provider: script
|
2019-06-04 19:13:18 +00:00
|
|
|
script: npm run release
|
2017-12-13 18:15:52 +00:00
|
|
|
skip_cleanup: true
|
|
|
|
on:
|
|
|
|
tags: true
|
|
|
|
condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
|
2018-10-19 14:38:50 +00:00
|
|
|
repo: balena-io/balena-cli
|