Skip to content

Commit

Permalink
feat(travis): fix travis and attempt to create a new release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
astha-jain authored Sep 14, 2021
1 parent 9a04617 commit 4f8c822
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ script:
- bundle exec rake

before_deploy:
- pip install --user bumpversion
- npm install -g semantic-release
- npm install -g @semantic-release/changelog
- npm install -g @semantic-release/exec
- npm install -g @semantic-release/git
- npm install -g @semantic-release/github
- npm install -g @semantic-release/commit-analyzer
- pip install bump2version
- nvm install 12
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
- npm install @semantic-release/github

deploy:
- provider: script
Expand Down

0 comments on commit 4f8c822

Please sign in to comment.