diff --git a/.travis.yml b/.travis.yml index 32c1e3c63..8480246b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,13 @@ script: - npm run lint - npm run test:cover - npm run deploy - # - npm run test:echidna \ No newline at end of file + + deploy: + - provider: npm + email: "devops@oceanprotocol.com" + api_key: ${NPM_TOKEN} + skip_cleanup: true + on: + tags: true + all_branches: true + condition: $DEPLOY_PACKAGE = true \ No newline at end of file