Enable puppet-lint in Travis checks

This commit is contained in:
Markus Frosch
2014-09-12 12:15:57 +02:00
parent 50210d9cc3
commit 70c6bf4a88

View File

@@ -4,7 +4,7 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
script: "bundle exec rake spec SPEC_OPTS='--format documentation' && bundle exec rake test"
branches:
only:
master