From: Colleen Murphy Date: Thu, 3 Jul 2014 16:53:35 +0000 (-0700) Subject: Add validate and lint tasks to travis script X-Git-Tag: 1.6.0~13^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4d3874f19aec5fca47799831e1c73815eeb59cf7;p=puppet-modules%2Fpuppetlabs-apt.git Add validate and lint tasks to travis script --- diff --git a/.travis.yml b/.travis.yml index c72d5e2..a40ae50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- language: ruby bundler_args: --without development -script: "bundle exec rake spec SPEC_OPTS='--format documentation'" +script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: