Skip to content

Commit

Permalink
Configured CI deployments and bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsem committed Apr 17, 2019
1 parent ae78be9 commit 53a79b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@ node_js:
- node
- v10
- v8
after_script: 'coveralls < ./coverage/lcov.info'

after_script: 'coveralls < ./coverage/lcov.info'

jobs:
include:
- stage: npm release
if: tag IS present
node_js: v8
before_deploy:
- npm run build
deploy:
provider: npm
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thunkless",
"version": "0.2.1",
"version": "0.2.2",
"description": "Thunkless middleware for Redux",
"main": "dist/thunkless.cjs.js",
"module": "dist/thunkless.esm.js",
Expand Down

0 comments on commit 53a79b7

Please sign in to comment.