Update bundler
Standard Bundler in Travis is old and causes build issues, well that is the theory. This will update bundler. https://github.com/travis-ci/travis-ci/issues/3531
This commit is contained in:
parent
138abfe676
commit
c63b2e1fb9
|
@ -1,5 +1,7 @@
|
|||
language: ruby
|
||||
before_install: gem update --system
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
rvm:
|
||||
- 2.1.0
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user