Skip to content

Commit

Permalink
fix: travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
carcruz committed Nov 11, 2024
1 parent 148bb65 commit 0f6a3de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ after_success:
- cd ..
- mv bundle-genetics.tgz ../../bundle-genetics.tgz
- cd ../..
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger
deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down

0 comments on commit 0f6a3de

Please sign in to comment.