mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 11:56:14 +08:00
Remove bundler v1.13.1
The new version of bundler is buggy and causing installation of fpm to fail, which causes builds to fail.
This commit is contained in:
parent
a27b2303bb
commit
f4b565161e
@ -23,6 +23,8 @@ install:
|
||||
- pushd tools
|
||||
- ./download.sh
|
||||
- popd
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm use 2.2.1; fi # Default 2.0.0 Ruby is buggy
|
||||
# Default 2.0.0 Ruby is buggy
|
||||
# Default bundler version is buggy
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm use 2.2.1; gem uninstall bundler -v1.13.1; fi
|
||||
|
||||
script: ./tools/travis.sh
|
||||
|
Loading…
Reference in New Issue
Block a user