We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62c5bd4 + d9fe210 commit ebe8e86Copy full SHA for ebe8e86
2 files changed
.travis.yml
@@ -0,0 +1,4 @@
1
+rvm:
2
+ - 1.9.3
3
+ - 2.0.0
4
+language: ruby
Rakefile
@@ -13,6 +13,7 @@ end
13
# Lint the cookbook
14
desc 'Run linters'
15
task :run_all_linters => [:rubocop] # rubocop:disable Style/HashSyntax
16
+task :default => :run_all_linters # rubocop:disable Style/HashSyntax
17
18
# Serverspec tests
19
suites = Dir.glob('*').select { |entry| File.directory?(entry) }
0 commit comments