Skip to content

Commit

Permalink
Merge pull request #515 from ninjadev/build-dir
Browse files Browse the repository at this point in the history
Switch to TRAVIS_BUILD_DIR before deploying
  • Loading branch information
aleksanb authored Dec 4, 2018
2 parents 1c26b2f + 6b2a4ca commit 432f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ after_success:
- git tag v$PACKAGE_VERSION
- git push --tags
before_deploy:
- cd ~
- cd $TRAVIS_BUILD_DIR
deploy:
provider: npm
skip_cleanup: true
Expand Down

0 comments on commit 432f4d3

Please sign in to comment.