Travis: Collecting the config

- comment
  - tighter matrix
  - pull out development dependencies into the Gemfile
This commit is contained in:
Olle Jonsson
2016-09-22 18:20:58 +02:00
parent cdd4b7f201
commit 99c58d3b94
5 changed files with 24 additions and 25 deletions
+1 -6
View File
@@ -24,11 +24,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_runtime_dependency "rake", ">= 10.0"
spec.add_runtime_dependency "github_api", ">= 0.12"
spec.add_runtime_dependency "github_api", ">= 0.14"
spec.add_runtime_dependency "rainbow", ">= 2.1"
spec.add_development_dependency "overcommit", ">= 0.31"
spec.add_development_dependency "rspec", ">= 3.2"
spec.add_development_dependency "bundler", ">= 1.7"
spec.add_development_dependency "rubocop", ">= 0.31"
end