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:
Steve Gilvarry 2015-11-20 23:13:31 +11:00
parent 138abfe676
commit c63b2e1fb9

View File

@ -1,5 +1,7 @@
language: ruby
before_install: gem update --system
before_install:
- gem update --system
- gem install bundler
rvm:
- 2.1.0
script: