Updates bundler before installation in .travis.yml

This commit is contained in:
Igor Kuzmenko 2017-07-31 20:32:56 +02:00
parent 8a8bf61e26
commit 402c03bbd2

View File

@ -8,4 +8,6 @@ env:
global:
- BITCOINORG_BUILD_TYPE=deployment
before_install: gem install bundler --pre
script: make travis