diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..51ab427 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/simplecov-json.gemspec b/simplecov-json.gemspec index b779fb6..9abbc84 100644 --- a/simplecov-json.gemspec +++ b/simplecov-json.gemspec @@ -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, [">= 0"])