balena-cli/.travis.yml

20 lines
363 B
YAML
Raw Permalink Normal View History

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