mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Change MRI Ruby 2.3 -> 2.3.0 in Travis CI config
This should be a temporary fix until the 2.3 alias is added to Travis build environments. See: https://github.com/travis-ci/travis-ci/issues/5361
This commit is contained in:
parent
1eaf5b4e14
commit
2f185eafff
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ before_install: gem update bundler
|
|||
cache: bundler
|
||||
rvm:
|
||||
- ruby-head
|
||||
- 2.3
|
||||
- 2.3.0 # Travis lacking 2.3 alias, see https://github.com/travis-ci/travis-ci/issues/5361
|
||||
- 2.2
|
||||
- 2.1
|
||||
- 2.0.0
|
||||
|
|
Loading…
Reference in a new issue