Skip to content

Commit

Permalink
Test against specific gemfile in ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
szajbus committed Oct 25, 2013
1 parent a4bc4c9 commit 611e4d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- ree
matrix:
include:
- rvm: 1.8.7
gemfile: gemfiles/1.8
- rvm: ree
gemfile: gemfiles/1.8


6 changes: 6 additions & 0 deletions gemfiles/gemfile-1.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "activesupport", "< 4.0.0"
gem "saxy", :path => "../"
gemspec :path => "../"

0 comments on commit 611e4d3

Please sign in to comment.