mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
activate lint in travis
This commit is contained in:
parent
8098c50124
commit
144393c7cd
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ AllCops:
|
|||
- Rakefile
|
||||
- 'test/**/*'
|
||||
- 'examples/**/*'
|
||||
- 'vendor/**/*'
|
||||
Documentation:
|
||||
Enabled: false
|
||||
AlignParameters:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue