activate lint in travis

This commit is contained in:
Christoph Hartmann 2015-10-05 12:38:26 +02:00 committed by Dominik Richter
parent 8098c50124
commit 144393c7cd
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ AllCops:
- Rakefile
- 'test/**/*'
- 'examples/**/*'
- 'vendor/**/*'
Documentation:
Enabled: false
AlignParameters:

View file

@ -11,7 +11,7 @@ matrix:
gemfile: Gemfile
- rvm: 2.2
gemfile: Gemfile
script: bundle exec rake test test:resources config=test/test.yaml
script: bundle exec rake lint test test:resources config=test/test.yaml
before_script:
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
- rvm: 2.2