Skip to content

Commit

Permalink
Attempt to fix deployment in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymcp committed Nov 7, 2024
1 parent 7c08854 commit 9a16314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ cache:
before_install:
- phpenv config-rm xdebug.ini

before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger

stages:
- name: Lint
if: branch IS present
Expand Down

0 comments on commit 9a16314

Please sign in to comment.