Update CI to use Ruby 2.1.2
This commit is contained in:
parent
56b64d688d
commit
03291eb5f4
|
@ -4,7 +4,7 @@ install:
|
||||||
- script/rebund download
|
- script/rebund download
|
||||||
- travis_retry bundle install --path vendor/bundle
|
- travis_retry bundle install --path vendor/bundle
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.1
|
- 2.1.2
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
|
Loading…
Reference in New Issue