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 -1
View File
@@ -36,4 +36,4 @@ task :copy_man_page_to_manpath do |_t|
end
task checks: [:rubocop, :rspec]
task default: [:copy_man_page_to_manpath]
task default: [:rubocop, :rspec]