Skip to content

Commit 1b599ba

Browse files
committed
fix travis deployment
1 parent ec2b6ac commit 1b599ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ script:
3535
- if [[ "$PLATFORM" == "osx" ]]; then ./zcutil/build.sh; fi
3636
- if [[ "$PLATFORM" == "win" ]]; then ./zcutil/build-win.sh; fi
3737
before_deploy:
38-
- yes | gem update --system --force
38+
- yes | gem update --system --force # fix deployment error
3939
- gem install bundler
40+
- gem install faraday-net_http -v '3.3.0' # Fix faraday version
4041
- gem install uri
4142
- gem install logger
4243
- if [[ "$PLATFORM" == "linux" ]]; then ls -l ./src; fi

0 commit comments

Comments
 (0)