Travis/RVM want the patch version, i.e. Ruby 2.3.0, not 2.3 ...

This commit is contained in:
Jon Atack 2015-11-20 15:27:03 +01:00
parent 242b4e5f5b
commit 528f7f1e25
1 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ language: ruby
sudo: false
rvm:
- 2.3
- 2.3.0
- 2.2.3
- 2.1
- 2.0
@ -36,13 +36,13 @@ env:
matrix:
include:
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=master DB=mongodb
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=master DB=sqlite3
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=master DB=mysql
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=master DB=postgres
- rvm: 2.2.3
@ -89,18 +89,18 @@ matrix:
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-2-stable DB=sqlite
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-2-stable DB=mysql
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-2-stable DB=postgres
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-1-stable DB=sqlite
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-1-stable DB=mysql
- rvm: 2.3
- rvm: 2.3.0
env: RAILS=3-1-stable DB=postgres