Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #97 from willglynn/test_more_rubies
Browse files Browse the repository at this point in the history
Use Travis to test against more rubies
  • Loading branch information
diogob committed Mar 27, 2013
2 parents 21f3976 + 3d292a7 commit 259458c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,6 +1,15 @@
language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- ruby-head
- jruby-head

# jruby-head sometimes breaks stuff, but it's passing at the moment
#matrix:
# allow_failures:
# - rvm: jruby-head

branches:
only:
Expand Down

0 comments on commit 259458c

Please sign in to comment.