Skip to content

Commit

Permalink
setup travis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Jun 8, 2020
1 parent 2a0b25e commit a2c0c37
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ script:
- npm run lint
- npm run test:cover
- npm run deploy
# - npm run test:echidna

deploy:
- provider: npm
email: "devops@oceanprotocol.com"
api_key: ${NPM_TOKEN}
skip_cleanup: true
on:
tags: true
all_branches: true
condition: $DEPLOY_PACKAGE = true

0 comments on commit a2c0c37

Please sign in to comment.