mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Travis: remove restriction on rubygems version
It appears that travis-ci/travis-ci#1793 was fixed by rubygems release v2.2.1.
This commit is contained in:
parent
dd58870a78
commit
242dfda9c1
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
before_install:
|
|
||||||
- gem update --system 2.1.11
|
|
||||||
- gem --version
|
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.0
|
- 2.1.0
|
||||||
|
|
Loading…
Reference in a new issue