Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Fixing archive naming rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroaki-yamamoto committed Jan 6, 2017
1 parent 5a8fdf8 commit 740ce51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ after_success:
- "$(npm bin)/coveralls < ./coverage/lcov.info"
- "$(npm bin)/codeclimate-test-reporter < ./coverage/lcov.info"
before_deploy:
- "[ -n \"${TRAVIS_TAG}\" ] && git archive --format tar.gz --prefix=simple-process-${TRAVIS_TAG} -o ${HOME}/simple-process-${TRAVIS_TAG}.tar.gz ${TRAVIS_TAG}"
- "[ -n \"${TRAVIS_TAG}\" ] && git archive --format tar.gz --prefix=simple-process-${TRAVIS_TAG}/ -o ${HOME}/simple-process-${TRAVIS_TAG}.tar.gz ${TRAVIS_TAG}"
deploy:
- provider: npm
skip_cleanup: true
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": "simple-process",
"version": "1.0.4",
"version": "1.0.5",
"description": "Child process that uses Promise Object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 740ce51

Please sign in to comment.