summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-15 10:27:12 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-15 10:27:12 -0800
commited9098eda1c9362b5e3f1d0664843c8ceedbafce (patch)
tree5f94564fb3e2f8181ff7791e5607d4e827eff673 /.travis.yml
parentc0e4c98ed9630edda0d2285897a7dc6af57e26b7 (diff)
downloadchef-ed9098eda1c9362b5e3f1d0664843c8ceedbafce.tar.gz
fix chefstyle failures
autocorrects some merges that will be broken when the next chefstyle is released. also runs chefstyle after the travis tests, because i'd rather know how the code is broken rather than how its not pretty.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cd91884f68..a4d00b79a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@ 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;
sudo -E $(which bundle) exec rake spec;
+bundle exec rake style;
"
env: