Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Aleksashyn committed Mar 28, 2020
1 parent 3fcc58b commit fa3de98
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,3 @@ jobs:
- yarn test
after_success:
- bash <(curl -s https://codecov.io/bash)
- stage: npm release
if: tag =~ /^v[0-9]*\.[0-9]*\.[0-9]*$/
script:
- yarn build
before_deploy:
- cd dist
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
api_token: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit fa3de98

Please sign in to comment.