See #483. Add `gem install puppet-lint` to Travis CI and AppVeyor
This commit is contained in:
parent
49d0f202c5
commit
749a747115
|
@ -36,6 +36,7 @@ before_install:
|
|||
# - gem install ruby-beautify --verbose
|
||||
- gem install rubocop
|
||||
- gem install htmlbeautifier
|
||||
- gem install puppet-lint
|
||||
# Python language support
|
||||
- brew install python
|
||||
- pip install --upgrade autopep8
|
||||
|
|
|
@ -85,6 +85,9 @@ install:
|
|||
# HTMLBeautifier
|
||||
- gem install htmlbeautifier
|
||||
- where htmlbeautifier
|
||||
# Puppet-Lint
|
||||
- gem install puppet-lint
|
||||
- where puppet-lint
|
||||
|
||||
# emacs
|
||||
- cinst emacs -y
|
||||
|
|
Loading…
Reference in New Issue