Skip to content

Commit

Permalink
Merge pull request #514 from ninjadev/restore-working-dir-before-deploy
Browse files Browse the repository at this point in the history
Restore working directory before deploying
  • Loading branch information
aleksanb authored Dec 4, 2018
2 parents 478a309 + 0558272 commit 1c26b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ after_success:
- git config --local user.email "[email protected]"
- git tag v$PACKAGE_VERSION
- git push --tags
before_deploy:
- cd ~
deploy:
provider: npm
skip_cleanup: true
Expand Down

0 comments on commit 1c26b2f

Please sign in to comment.