Skip to content

Commit

Permalink
Update CI test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
grobie committed Mar 25, 2012
1 parent f9b48f3 commit 64005f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
language: ruby
before_script:
- "mysql -e 'create database lhm;'"
rvm:
- 1.8.7
- 1.9.3
gemfile:
- gemfiles/ar-2.3.gemfile
- gemfiles/ar-3.1.gemfile
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/ar-2.3.gemfile
branches:
only:
- master
- stable
- gemfiles/ar-3.2.gemfile
2 changes: 1 addition & 1 deletion gemfiles/ar-2.3.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source :rubygems

gem "activerecord", "~> 2.3.14"
gemspec :path=>"../"
4 changes: 0 additions & 4 deletions gemfiles/ar-3.1.gemfile

This file was deleted.

4 changes: 4 additions & 0 deletions gemfiles/ar-3.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source :rubygems

gem "activerecord", "~> 3.2.2"
gemspec :path=>"../"

0 comments on commit 64005f1

Please sign in to comment.