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 21:34:47 +05:30
- yarn lint
- yarn test
- yarn build
deploy:
- provider: npm
skip_cleanup: true
email: $NPM_USER_EMAIL
2019-05-24 21:30:41 +05:30
api_key: $NPM_AUTH_TOKEN
on:
tags: true