Files
eslint-plugin/.travis.yml

23 lines
287 B
YAML
Raw Permalink Normal View History

language: node_js
node_js:
- "11"
cache:
yarn: true
directories:
- node_modules
script:
- yarn tsc
2019-05-24 19:04:47 +03:00
- yarn lint
- yarn test
- yarn build
deploy:
- provider: npm
skip_cleanup: true
email: $NPM_USER_EMAIL
2019-05-24 19:00:41 +03:00
api_key: $NPM_AUTH_TOKEN
on:
tags: true