Skip to content

Commit

Permalink
fix travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 21, 2024
1 parent ec2b6ac commit 1b599ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ script:
- if [[ "$PLATFORM" == "osx" ]]; then ./zcutil/build.sh; fi
- if [[ "$PLATFORM" == "win" ]]; then ./zcutil/build-win.sh; fi
before_deploy:
- yes | gem update --system --force
- yes | gem update --system --force # fix deployment error
- gem install bundler
- gem install faraday-net_http -v '3.3.0' # Fix faraday version
- gem install uri
- gem install logger
- if [[ "$PLATFORM" == "linux" ]]; then ls -l ./src; fi
Expand Down

0 comments on commit 1b599ba

Please sign in to comment.