UNPKG

260 BYAMLView Raw
1os: osx
2language: node_js
3node_js:
4 - node
5script:
6 - yarn test:cov
7after_success:
8 - if [[ "${TRAVIS_EVENT_TYPE}" = "cron" ]]; then ./upgrade.sh; fi
9deploy:
10 skip_cleanup: true
11 provider: npm
12 email: $NPM_EMAIL
13 api_key: $NPM_TOKEN
14 on:
15 tags: true
\No newline at end of file