Skip to content

Commit

Permalink
travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed Jun 2, 2012
1 parent e150f6a commit 4311cce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 1.8.7
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
PATH
remote: .
specs:
simplecov-rcov (0.2.1)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)

GEM
remote: http://rubygems.org/
specs:
mocha (0.9.12)
multi_json (1.3.6)
rake (0.9.2)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)

PLATFORMS
ruby
Expand Down

0 comments on commit 4311cce

Please sign in to comment.