mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
4907fccf48
Change-type: major
20 lines
363 B
YAML
20 lines
363 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
node_js:
|
|
- "6"
|
|
before_install:
|
|
- npm -g install npm@4
|
|
script: npm run ci
|
|
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
|