diff options
author | Tim Smith <tsmith@chef.io> | 2017-11-13 12:45:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 12:45:40 -0800 |
commit | e8b7bc9b532afc1e65daa05464133a3ab517885d (patch) | |
tree | fc59b575f720ef78cce085c07924deeac060b7a8 | |
parent | 9238ed780d740d87d6a3d2a196a07a94d8f041c4 (diff) | |
parent | 3ffb1ec6b7a56cb01e0ab65e12ef48a5990916bc (diff) | |
download | ohai-e8b7bc9b532afc1e65daa05464133a3ab517885d.tar.gz |
Merge pull request #1087 from chef/appveyor_8stable
Test the 8-stable branch in Appveyor
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 78cf6b35..268c2e66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ skip_tags: true branches: only: - master + - 8-stable install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% |