Skip to content

Commit

Permalink
Run against 2.0.0 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Aug 15, 2013
1 parent 0be92cb commit a7b9054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
branches:
only:
- master
notifications:
email:
- alindeman@gmail.com
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ zone on every run.

## Requirements

* MRI (1.8.7, 1.9.2, 1.9.3)
* JRuby (1.6)
* MRI (1.8.7, 1.9.2, 1.9.3, 2.0.0)
* JRuby (1.6, 1.7)
* Rubinius (1.2, 2.0)

***

And **either** of these gems which adds timezone support to Ruby:

* `activesupport` >= 2.3 (Rails 2.3, 3.0, 3.1, 3.2)
* `activesupport` >= 2.3 (Rails 2.3, 3.0, 3.1, 3.2, 4.0)
* `tzinfo` >= 0.3

## Installation
Expand Down

0 comments on commit a7b9054

Please sign in to comment.