print bundle version

This commit is contained in:
Samuel 2017-11-28 12:06:11 -06:00 committed by GitHub
parent cf3f736506
commit 139ab81bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ matrix:
install:
- gem update --system 2.6.14
- gem install bundler --version 1.15.4
- bundle --version
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script:
- "bundle exec rake $CHECK"