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:
Marc Siegel 2016-05-18 10:51:24 -04:00
parent 1eaf5b4e14
commit 2f185eafff
1 changed files with 1 additions and 1 deletions

View File

@ -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