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-04-25 17:39:16 +00:00
|
|
|
- "8"
|
2017-08-18 10:41:24 +00:00
|
|
|
before_install:
|
2017-08-23 13:19:11 +00:00
|
|
|
- npm -g install npm@4
|
2017-09-14 13:59:31 +00:00
|
|
|
script: npm run ci
|
2017-08-18 10:41:24 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
deploy:
|
2017-12-13 18:15:52 +00:00
|
|
|
- provider: script
|
|
|
|
script: npm run release
|
|
|
|
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
|