Skip to content

Commit

Permalink
Enable Travis CI testing on multiple Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Jun 25, 2011
1 parent 39853be commit ed38090
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- ree
- jruby
- ruby-head
- 1.8.6

notifications:
disabled: true

0 comments on commit ed38090

Please sign in to comment.