Skip to content

Commit

Permalink
Test on Ruby 2.0.0 on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Mar 25, 2013
1 parent 6c18e64 commit 3b44d2e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0

gemfile:
- gemfiles/activerecord_2_2.gemfile
Expand All @@ -24,12 +25,18 @@ matrix:
- rvm: 1.9.3
gemfile: gemfiles/activerecord_2_2.gemfile
env: DB=mysql
- rvm: 2.0.0
gemfile: gemfiles/activerecord_2_2.gemfile
env: DB=mysql
- rvm: 1.9.2
gemfile: gemfiles/activerecord_2_2.gemfile
env: DB=postgres
- rvm: 1.9.3
gemfile: gemfiles/activerecord_2_2.gemfile
env: DB=postgres
- rvm: 2.0.0
gemfile: gemfiles/activerecord_2_2.gemfile
env: DB=postgres

before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database if not exists oauth2_test;'; fi"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source :rubygems
source 'https://rubygems.org'
gemspec

2 changes: 1 addition & 1 deletion gemfiles/activerecord_2_3.gemfile
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source :rubygems
source "https://rubygems.org"

gem "activerecord", "~> 2.3.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_3_0.gemfile
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source :rubygems
source "https://rubygems.org"

gem "activerecord", "~> 3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_3_1.gemfile
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source :rubygems
source "https://rubygems.org"

gem "activerecord", "~> 3.1.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_3_2.gemfile
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source :rubygems
source "https://rubygems.org"

gem "activerecord", "~> 3.2.0"

Expand Down

0 comments on commit 3b44d2e

Please sign in to comment.