mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Travis: min rubygems version to avoid error in 1.8.7 and jruby-18mode
References: - rubygems/rubygems#763 - travis-ci/travis-ci#1793
This commit is contained in:
parent
615ef7305c
commit
dd58870a78
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
language: ruby
|
||||
before_install:
|
||||
- gem update --system 2.1.11
|
||||
- gem --version
|
||||
bundler_args: --without development
|
||||
rvm:
|
||||
- 2.1.0
|
||||
|
|
Loading…
Reference in a new issue