Add travis support

This commit is contained in:
Vicent Llongo 2013-07-19 21:30:34 +03:00
parent aa92666555
commit cf27c1be65
2 changed files with 15 additions and 1 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
script:
- bundle
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- jruby-head
- ruby-head

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "simplecov-json"
s.files = ['lib/simplecov-json.rb']
s.test_files = ['test/helper', 'test/test_simplecov_json.rb']
s.test_files = ['test/helper.rb', 'test/test_simplecov_json.rb']
s.require_paths = ["lib"]
s.add_dependency(%q<simplecov>, [">= 0"])