Skip to content

Commit

Permalink
Merge pull request #130 from recurly/travis-fixes
Browse files Browse the repository at this point in the history
Travis fixes
  • Loading branch information
cbarton committed Feb 11, 2014
2 parents eaa1245 + df400fc commit 5a82ac3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: ruby
script:
- bundle exec rake spec
- gem build recurly.gemspec
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- jruby
- rbx
env:
- XML=rexml
Expand All @@ -11,10 +15,3 @@ matrix:
allow_failures:
- rvm: jruby-19mode
env: XML=nokogiri
notifications:
email:
recipients:
- [email protected]
branches:
only:
- master

0 comments on commit 5a82ac3

Please sign in to comment.