diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-01 19:45:49 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-02 08:16:09 -0800 |
commit | 26f7030b88cb96bead718118683dc1138ec5afb0 (patch) | |
tree | 8b88fe2b5cb80e38c18ea868b3464c663ca0bf0e /appveyor.yml | |
parent | 4906f0b6bea47b4e2c564d66c6232b1efa70114a (diff) | |
download | chef-26f7030b88cb96bead718118683dc1138ec5afb0.tar.gz |
Use documentation rspec formatter
Something is causing the 64bit tests to fail,
this should help narrow it down
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d5c9ae0433..a77e8ea9e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,5 +32,4 @@ build_script: - bundle install || bundle install || bundle install test_script: - - SET SPEC_OPTS=--format progress - bundle exec rake spec |