Skip to content

Commit

Permalink
Use latest patch versions of Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacseymour committed Mar 26, 2015
1 parent 29af6a4 commit d20d541
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ script:

env:
- "RAILS_VERSION=3.2.21"
- "RAILS_VERSION=4.0.12"
- "RAILS_VERSION=4.1.8"
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=4.2.0 DATABASE_URL=mysql2://root@localhost/statesman_test"
- "RAILS_VERSION=4.2.0 DATABASE_URL=postgres://postgres@localhost/statesman_test"
- "RAILS_VERSION=4.0.13"
- "RAILS_VERSION=4.1.10"
- "RAILS_VERSION=4.2.1"
- "RAILS_VERSION=4.2.1 DATABASE_URL=mysql2://root@localhost/statesman_test"
- "RAILS_VERSION=4.2.1 DATABASE_URL=postgres://postgres@localhost/statesman_test"

0 comments on commit d20d541

Please sign in to comment.