Skip to content

Commit

Permalink
πŸš€ Add NPM deployment configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu committed May 20, 2019
1 parent 5d5fe53 commit 91c4889
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: node_js
node_js:
- node

cache:
- npm
- yarn

script:
- yarn coverage

- node
cache:
- npm
- yarn
script:
- yarn coverage
deploy:
skip_cleanup: true
provider: npm
email: oss@mathieutu.dev
api_key: $NPM_API_KEY
on:
tags: true
repo: mathieutu/classed-components

0 comments on commit 91c4889

Please sign in to comment.