svelte-i18n/.travis.yml
Christian Kaisermann f362bea98f 👶 Initial commit
2018-07-25 22:50:55 -03:00

20 lines
319 B
YAML

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