Skip to content

Commit d9fe210

Browse files
committed
add travis config, add default task to rakefile
1 parent 62c5bd4 commit d9fe210

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rvm:
2+
- 1.9.3
3+
- 2.0.0
4+
language: ruby

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ end
1313
# Lint the cookbook
1414
desc 'Run linters'
1515
task :run_all_linters => [:rubocop] # rubocop:disable Style/HashSyntax
16+
task :default => :run_all_linters # rubocop:disable Style/HashSyntax
1617

1718
# Serverspec tests
1819
suites = Dir.glob('*').select { |entry| File.directory?(entry) }

0 commit comments

Comments
 (0)