removed coveralls (didnt work)

This commit is contained in:
danijoo
2014-03-24 17:47:35 +01:00
parent 7821a6d5d4
commit fe060d2800
5 changed files with 1 additions and 14 deletions

View File

@@ -1 +0,0 @@
repo_token: YrbSEsktL6IH4CfK9Fvh6IEo14K0MAZxI

View File

@@ -1,9 +0,0 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
script: bundle exec rake
matrix:
allow_failures:
- rvm: ruby-head

View File

@@ -22,6 +22,7 @@ GEM
rspec-mocks (2.14.6) rspec-mocks (2.14.6)
PLATFORMS PLATFORMS
ruby
x64-mingw32 x64-mingw32
DEPENDENCIES DEPENDENCIES

View File

@@ -13,5 +13,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rest-client' s.add_runtime_dependency 'rest-client'
s.add_development_dependency 'rake' s.add_development_dependency 'rake'
s.add_development_dependency "rspec" s.add_development_dependency "rspec"
s.add_development_dependency "coveralls"
end end

View File

@@ -1,8 +1,5 @@
require 'rspec' require 'rspec'
require 'sightstone' require 'sightstone'
require 'coveralls'
Coveralls.wear!
RSpec.configure do |config| RSpec.configure do |config|
config.color_enabled = true config.color_enabled = true