Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Fix travis build matrix
Browse files Browse the repository at this point in the history
closes #93
  • Loading branch information
DexterTheDragon committed Aug 28, 2013
1 parent e588b10 commit db4cfd1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@ rvm:
- 1.9.3
- 1.9.2
- ree

gemfile:
- gemfiles/3.2.Gemfile
- gemfiles/4.0.Gemfile

matrix:
exclude:
- rvm: 1.9.2
gemfile: gemfiles/4.0.Gemfile
- rvm: ree
gemfile: gemfiles/4.0.Gemfile

notifications:
email: false
5 changes: 5 additions & 0 deletions gemfiles/3.2.Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "activemodel", "~> 3.2.14"

gemspec :path=>"../"
5 changes: 5 additions & 0 deletions gemfiles/4.0.Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "activemodel", "~> 4.0.0"

gemspec :path=>"../"

0 comments on commit db4cfd1

Please sign in to comment.