diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-02-02 11:26:15 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-02-02 11:26:15 -0800 |
commit | 4af7446e86b63a375c8543faed34ceff09df231d (patch) | |
tree | 03cf54e9350359dc059287f76ce5c9a0c1e51e53 /appveyor.yml | |
parent | 2bc3fbd33a59e9a1f271c553f21ad223e691fcf4 (diff) | |
download | mixlib-shellout-4af7446e86b63a375c8543faed34ceff09df231d.tar.gz |
removing ruby 1.9.3 from appveyor testsinherit
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index de4779c..0ea6535 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,8 +6,7 @@ platform: environment: matrix: - - ruby_version: "200" - - ruby_version: "193" + - ruby_version: "21" clone_folder: c:\projects\mixlib-shellout clone_depth: 1 |