Skip to content

Commit

Permalink
Merge pull request #131 from recurly/travis-fixes
Browse files Browse the repository at this point in the history
Run tests against ruby 2.1.0
  • Loading branch information
cbarton committed Feb 11, 2014
2 parents a4d9244 + b03e541 commit 6f43337
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ script:
- gem build recurly.gemspec
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- jruby
- rbx
- 1.9.3
- 2.0.0
- 2.1.0
env:
- XML=rexml
- XML=nokogiri
Expand Down

0 comments on commit 6f43337

Please sign in to comment.