fix travis bundler install problems

pull/7942/head
ulferts 5 years ago
parent 07584bb3ca
commit 8e8d1d49c6
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 4
      .travis.yml

@ -56,7 +56,9 @@ env:
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8969
- travis_retry gem update --system
# Currently causes error but as it will probably be required later on again,
# I leave the code as a reminder.
# - travis_retry gem update --system
# Install latest bundler
- gem install bundler

Loading…
Cancel
Save