We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2b6ac commit 1b599baCopy full SHA for 1b599ba
.travis.yml
@@ -35,8 +35,9 @@ script:
35
- if [[ "$PLATFORM" == "osx" ]]; then ./zcutil/build.sh; fi
36
- if [[ "$PLATFORM" == "win" ]]; then ./zcutil/build-win.sh; fi
37
before_deploy:
38
- - yes | gem update --system --force
+ - yes | gem update --system --force # fix deployment error
39
- gem install bundler
40
+ - gem install faraday-net_http -v '3.3.0' # Fix faraday version
41
- gem install uri
42
- gem install logger
43
- if [[ "$PLATFORM" == "linux" ]]; then ls -l ./src; fi
0 commit comments