Skip to content

Commit

Permalink
Merge pull request #16 from ehaselwanter/travis-updates
Browse files Browse the repository at this point in the history
add travis config, add default task to rakefile
  • Loading branch information
arlimus committed Jun 23, 2014
2 parents 62c5bd4 + d9fe210 commit ebe8e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rvm:
- 1.9.3
- 2.0.0
language: ruby
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ end
# Lint the cookbook
desc 'Run linters'
task :run_all_linters => [:rubocop] # rubocop:disable Style/HashSyntax
task :default => :run_all_linters # rubocop:disable Style/HashSyntax

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

0 comments on commit ebe8e86

Please sign in to comment.