summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2016-02-02 13:04:52 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2016-02-02 13:04:52 -0800
commita27aada46427ed7fe366bb9e9f57ca6f94272f97 (patch)
tree15d20bfbc73f05efe92ebc529c960ed7442d52b2
parent213a391f9ad2af963be92466fe0125d053e21d39 (diff)
downloadchef-a27aada46427ed7fe366bb9e9f57ca6f94272f97.tar.gz
Use progress formatter for appveyor
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a77e8ea9e3..d5c9ae0433 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,4 +32,5 @@ build_script:
- bundle install || bundle install || bundle install
test_script:
+ - SET SPEC_OPTS=--format progress
- bundle exec rake spec