Skip to content

Commit

Permalink
feat(build): Initial deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-malhotra1 committed Jul 14, 2020
1 parent 813d10e commit ae10a6a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ script:
- golangci-lint run

# To enable semantic-release, uncomment these sections.
# before_deploy:
# - pip install --user bump2version
# - npm install @semantic-release/changelog
# - npm install @semantic-release/exec
# - npm install @semantic-release/git
# - npm install @semantic-release/github
before_deploy:
- pip install --user bump2version
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
- npm install @semantic-release/github
#
# deploy:
# - provider: script
# script: npx semantic-release
# skip_cleanup: true
# on:
# branch: master
- provider: script
script: npx semantic-release
skip_cleanup: true
on:
branch: master

0 comments on commit ae10a6a

Please sign in to comment.