diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-02 13:04:52 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-02 13:04:52 -0800 |
commit | a27aada46427ed7fe366bb9e9f57ca6f94272f97 (patch) | |
tree | 15d20bfbc73f05efe92ebc529c960ed7442d52b2 | |
parent | 213a391f9ad2af963be92466fe0125d053e21d39 (diff) | |
download | chef-a27aada46427ed7fe366bb9e9f57ca6f94272f97.tar.gz |
Use progress formatter for appveyor
-rw-r--r-- | appveyor.yml | 1 |
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 |