Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed Apr 18, 2013
1 parent aaa3acc commit decc159
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- ree
matrix:
include:
- rvm: jruby-head
env: JRUBY_OPTS="--1.9"
- rvm: jruby-head
env: JRUBY_OPTS="--1.8"

0 comments on commit decc159

Please sign in to comment.