Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Ruby 2.1.0 to .travis.yml
  • Loading branch information
salimane committed Dec 31, 2013
1 parent ddd8a6c commit b7358a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
env:
- RAILS_VERSION=4.0.2
- RAILS_VERSION=3.2.16
Expand All @@ -23,6 +24,10 @@ matrix:
env: RAILS_VERSION=3.0.20
- rvm: 2.0.0
env: RAILS_VERSION=3-0-stable
- rvm: 2.1.0
env: RAILS_VERSION=3.0.20
- rvm: 2.1.0
env: RAILS_VERSION=3-0-stable
# 4.0.x is not supported on MRI 1.8.7 or 1.9.2
- rvm: 1.8.7
env: RAILS_VERSION=master
Expand Down

0 comments on commit b7358a0

Please sign in to comment.