diff --git a/.travis.yml b/.travis.yml index dccaf2c..89a8d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ after_success: - git config --local user.email "post@ninjadev.org" - git tag v$PACKAGE_VERSION - git push --tags +before_deploy: + - cd ~ deploy: provider: npm skip_cleanup: true