Skip to content

Commit

Permalink
Fix Travis to release npm with skip_cleanup (#82)
Browse files Browse the repository at this point in the history
* updated to skip_cleanup: true

* bump beta version to make release work
  • Loading branch information
kenotron authored Sep 6, 2017
1 parent 2d686cb commit de885b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ script:
fi
deploy:
- provider: npm
skip_cleanup: true
email: [email protected]
api_key: $NPM_TOKEN
tag: latest
Expand All @@ -25,6 +26,7 @@ deploy:
condition: >
"$TRAVIS_TAG" != *"-"*
- provider: npm
skip_cleanup: true
email: [email protected]
api_key: $NPM_TOKEN
tag: next
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satcheljs",
"version": "3.0.0-beta6",
"version": "3.0.0-beta7",
"description": "Store implementation for functional reactive flux.",
"lint-staged": {
"*.{ts,tsx}": [
Expand Down

0 comments on commit de885b4

Please sign in to comment.