svelte-i18n/.travis.yml

20 lines
319 B
YAML
Raw Normal View History

2018-07-26 03:40:38 +02:00
language: node_js
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
directories:
- node_modules
notifications:
email: false
node_js:
- node
script:
- npm run test:prod && npm run build
after_success:
- npm run report-coverage
- npm run deploy-docs
- npm run semantic-release