From: Colleen Murphy Date: Fri, 27 Jun 2014 17:03:48 +0000 (-0700) Subject: Update .sync.yml to support new .travis.yml configs X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b5ea0a37f078fe2787346d1ea9c1703ecfd5a779;p=puppet-stdlib.git Update .sync.yml to support new .travis.yml configs --- diff --git a/.sync.yml b/.sync.yml index ac79bae..21e872e 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,6 +1,6 @@ --- .travis.yml: - unmanaged: true + script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\"" Rakefile: unmanaged: true Gemfile: