Relax PATCH level in .travis.yml for ruby versions.

Ruby is now using SEMVER. Relaxing to 2.0 and 2.1 gives them the freedom to
release new patches and for us to take advantage of them without modifying
this file.
https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/
This commit is contained in:
Parker Moore 2014-05-21 01:40:34 -04:00
parent 6b971f7200
commit 8d65c9c92f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ 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.2 - 2.1
- 2.0.0 - 2.0
- 1.9.3 - 1.9.3
script: script/cibuild script: script/cibuild
after_script: after_script: