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:
Andrew Schwartzmeyer 2016-09-23 14:50:33 -07:00 committed by Sergei Vorobev
parent a27b2303bb
commit f4b565161e

View File

@ -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