balena-cli/.travis.yml

20 lines
363 B
YAML
Raw Normal View History

2017-08-18 10:41:24 +00:00
language: node_js
os:
- linux
- osx
node_js:
- "6"
2017-08-18 10:41:24 +00:00
before_install:
2017-08-23 13:19:11 +00:00
- npm -g install npm@4
script: npm run ci
2017-08-18 10:41:24 +00:00
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