balena-cli/.travis.yml

29 lines
767 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: resin-io/resin-cli
- provider: npm
email: accounts@resin.io
api_key:
secure: JoAcGloR8ijX3u8itaF6muCoOY9Xinku9nDkg/N3rzAS8qe8LLkTxty6Zzc28Z7qZiCqmaVKUFUP3wqx1qYp9gH0OuVfQFaTAkjlGpV2Exv9/7DuI4ZxwaWjELJcPD5EIffJRiT0gmvQBWPmDffc4mymoMnVH8UMuDILBDM3pSI=
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+"
repo: resin-io/resin-cli