Update logrotate cookbook

This commit is contained in:
Greg Karékinian
2017-05-02 11:58:32 +02:00
parent 180b3f5df0
commit ccbf11a407
23 changed files with 679 additions and 506 deletions

View File

@@ -1,6 +1,10 @@
sudo: false
branches:
only:
- master
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.2
script:
- bundle exec foodcritic -f any . --tags ~FC015
- bundle exec rspec --color --format progress
- bundle exec rubocop -l
- make travis