mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-22 22:06:46 +00:00
Add travis support
This commit is contained in:
parent
aa92666555
commit
cf27c1be65
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
||||
@ -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"])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user