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 ruby-beautify --verbose
|
||||||
- gem install rubocop
|
- gem install rubocop
|
||||||
- gem install htmlbeautifier
|
- gem install htmlbeautifier
|
||||||
|
- gem install puppet-lint
|
||||||
# Python language support
|
# Python language support
|
||||||
- brew install python
|
- brew install python
|
||||||
- pip install --upgrade autopep8
|
- pip install --upgrade autopep8
|
||||||
|
|
|
@ -85,6 +85,9 @@ install:
|
||||||
# HTMLBeautifier
|
# HTMLBeautifier
|
||||||
- gem install htmlbeautifier
|
- gem install htmlbeautifier
|
||||||
- where htmlbeautifier
|
- where htmlbeautifier
|
||||||
|
# Puppet-Lint
|
||||||
|
- gem install puppet-lint
|
||||||
|
- where puppet-lint
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
- cinst emacs -y
|
- cinst emacs -y
|
||||||
|
|
Loading…
Reference in New Issue