From 70c6bf4a8804fdfeebb3d0e4eac160290c658d04 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 12 Sep 2014 12:15:57 +0200 Subject: [PATCH] Enable puppet-lint in Travis checks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e888912..dae24e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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