Skip to content

Commit

Permalink
Switch to TRAVIS_BUILD_DIR before deploying
Browse files Browse the repository at this point in the history
Developing against travis is _horrible_!
  • Loading branch information
stianjensen committed Dec 4, 2018
1 parent 1c26b2f commit 6b2a4ca
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 6b2a4ca

Please sign in to comment.