summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2017-07-14 14:31:33 -0400
committerBryan McLellan <btm@loftninjas.org>2017-07-14 15:46:46 -0400
commite13eb7d2b103f22d9855eaa54cd4cdacab4c8929 (patch)
tree7ad7f58bb9d08f384aac3e8ef6af09148351ff23
parentdd29c02f692eeccbb53dc3871f15c16817543ed7 (diff)
downloadchef-e13eb7d2b103f22d9855eaa54cd4cdacab4c8929.tar.gz
test getting doc formatting out of appveyor
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fb180ded5a..af934cbe03 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,5 +43,5 @@ build_script:
- bundle install || bundle install || bundle install
test_script:
- - SET SPEC_OPTS=--format progress
+ - SET SPEC_OPTS=--format documentation
- bundle exec rake spec