See #483. Add `gem install puppet-lint` to Travis CI and AppVeyor

This commit is contained in:
Glavin Wiechert 2015-08-05 12:16:40 -03:00
parent 49d0f202c5
commit 749a747115
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -85,6 +85,9 @@ install:
# HTMLBeautifier
- gem install htmlbeautifier
- where htmlbeautifier
# Puppet-Lint
- gem install puppet-lint
- where puppet-lint
# emacs
- cinst emacs -y