feat(build): semantic release messages scan

This commit is contained in:
Alexey Kasyanchuk
2018-02-04 02:42:40 +03:00
parent d2bf25de6b
commit 354d68bd5c
4 changed files with 77 additions and 0 deletions

29
.travis.yml Normal file
View File

@ -0,0 +1,29 @@
jobs:
include:
- if: branch = master
os: osx
osx_image: xcode9.0
language: node_js
node_js: "8"
cache:
yarn: true
directories:
- node_modules
before_install: git pull
before_install:
- brew install rpm
- brew install dpkg
- brew install jq
script:
- yarn test
deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release@13"