diff options
author | Thom May <thom@chef.io> | 2016-01-12 15:00:00 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-12 15:00:00 +0000 |
commit | e3400c0b6c53c5ba11657f21abffb1f72408d4a9 (patch) | |
tree | dbd1ab964dab36596b1a7a55229b8f731530e360 /.travis.yml | |
parent | 0944320b72ee1ab16a18a149f5ecb743ace0c0d3 (diff) | |
download | chef-e3400c0b6c53c5ba11657f21abffb1f72408d4a9.tar.gz |
Per RFC 64, do style checking of the Chef repo
This commit enables ChefStyle, but with no active cops. Cops will be
added per the RFC (one at a time, with a supporting PR to this repo) as
we go on.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 078a20613a..c719407c32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ branches: # do not run expensive spec tests on PRs, only on branches script: " +bundle exec rake style; echo '--color\n-fp' > .rspec; sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers; sudo -E $(which bundle) exec rake spec; |