rats-search/.travis.yml
Alexey Kasyanchuk 52b51d4e63 update semantic
2018-03-10 14:03:41 +03:00

27 lines
393 B
YAML

jobs:
include:
os: osx
osx_image: xcode9.0
language: node_js
node_js: "8"
cache:
yarn: true
directories:
- node_modules
before_install: git pull
script:
- npm test
deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release@15"
on:
branch: master
condition: $TRAVIS_COMMIT_MESSAGE = "release"