diff options
author | tyler-ball <tyleraball@gmail.com> | 2015-01-26 20:40:15 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-01-26 20:40:15 -0800 |
commit | 05b0ba583edcb6febef23062fba8236da344e320 (patch) | |
tree | 524447ad3dfb68445d91c0ff04217a89bcc6d307 /appveyor.yml | |
parent | 4582358979ceb1d5eafd852b2ee0834d013f36a2 (diff) | |
download | chef-05b0ba583edcb6febef23062fba8236da344e320.tar.gz |
Updating appveyor to have much shorter outputtball/appveyor-output
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index b9748c220b..4efdeadf84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,4 +29,5 @@ build_script: - bundle install test_script: + - SET SPEC_OPTS=--format progress - bundle exec rake spec |