Skip to content

Commit

Permalink
add travis_lint rake target
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Oct 14, 2015
1 parent 78d0124 commit fe81f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ group :beaker do
gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
gem 'pry', :require => false
gem 'travis-lint', :require => false
end

# vim:ft=ruby
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ PuppetLint::RakeTask.new :lint do |config|
config.fail_on_warnings = true
end

task :travis_lint do
sh "travis-lint"
end

task :default => [
:validate,
:lint,
Expand Down

0 comments on commit fe81f90

Please sign in to comment.