|
|
@ -95,7 +95,8 @@ before_install: |
|
|
|
- "nvm install --lts" |
|
|
|
- "nvm install --lts" |
|
|
|
# work around https://github.com/travis-ci/travis-ci/issues/8969 |
|
|
|
# work around https://github.com/travis-ci/travis-ci/issues/8969 |
|
|
|
- travis_retry gem update --system |
|
|
|
- travis_retry gem update --system |
|
|
|
- gem install bundler |
|
|
|
# Don't install 1.16.3 |
|
|
|
|
|
|
|
- gem install bundler -v 1.16.2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bundler_args: --binstubs --without development production docker |
|
|
|
bundler_args: --binstubs --without development production docker |
|
|
|