diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-12-11 13:41:20 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-12-11 13:41:20 -0800 |
commit | 4e90caf99df8bc0d8f812a639a14e1e282da755d (patch) | |
tree | 2ad5d9a5d1a21bba59bb5b2752673a5bab615922 /appveyor.yml | |
parent | a8c2fb3e7e30fae882693253fd699f2b1bab185c (diff) | |
download | chef-4e90caf99df8bc0d8f812a639a14e1e282da755d.tar.gz |
Reduce appveyor config
Our tests are getting backed up. 2 hours is unreasonable.
Removing ruby 2.0 32 bit from the matrix
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 7cc8fb631d..d5c9ae0433 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ platform: environment: matrix: - - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" |