diff options
author | Thom May <thom@chef.io> | 2016-01-12 15:26:52 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-12 15:26:52 +0000 |
commit | 80cc0467f69f1e27a96bf11e4177bacf9d9a8e98 (patch) | |
tree | c3112c18053a232d8ab7f261d804f82962fbbf5f /.travis.yml | |
parent | e3400c0b6c53c5ba11657f21abffb1f72408d4a9 (diff) | |
download | chef-80cc0467f69f1e27a96bf11e4177bacf9d9a8e98.tar.gz |
exclude vendor dirtm/add_chefstyle
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 c719407c32..cd91884f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ branches: # do not run expensive spec tests on PRs, only on branches script: " +set -e; bundle exec rake style; echo '--color\n-fp' > .rspec; sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers; |