Skip to content

Commit

Permalink
Update Ruby versions for Travis CI to 2.3.1 / 2.2.5 / 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Apr 27, 2016
1 parent d07262b commit c075659
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ language: ruby
sudo: false

rvm:
- 2.3.0
- 2.2.4
- 2.1
- 2.3.1
- 2.2.5
- 2.1.10
- 2.0
- 1.9

Expand Down Expand Up @@ -38,26 +38,26 @@ env:

matrix:
include:
- rvm: 2.3.0
- rvm: 2.3.1
env: RAILS=master DB=sqlite3
- rvm: 2.3.0
- rvm: 2.3.1
env: RAILS=master DB=mysql
- rvm: 2.3.0
- rvm: 2.3.1
env: RAILS=master DB=postgres
- rvm: 2.3.0
- rvm: 2.3.1
env: RAILS=master DB=mongoid5
- rvm: 2.3.0
- rvm: 2.3.1
env: RAILS=master DB=mongoid4

- rvm: 2.2.4
- rvm: 2.2.5
env: RAILS=master DB=sqlite3
- rvm: 2.2.4
- rvm: 2.2.5
env: RAILS=master DB=mysql
- rvm: 2.2.4
- rvm: 2.2.5
env: RAILS=master DB=postgres
- rvm: 2.2.4
- rvm: 2.2.5
env: RAILS=master DB=mongoid5
- rvm: 2.2.4
- rvm: 2.2.5
env: RAILS=master DB=mongoid4

allow_failures:
Expand Down

0 comments on commit c075659

Please sign in to comment.