diff options
author | Thom May <thom@chef.io> | 2017-04-10 18:58:01 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-10 18:58:01 +0100 |
commit | 73f219012c0596dc56e5e7359e1c5436f8c4fdcd (patch) | |
tree | 70f33e3cab2d9f5273d76ff48b8656204c99ac7a /appveyor.yml | |
parent | c6b4ed4b4726dfc9375b5acb0a06286f2f21262e (diff) | |
download | chef-73f219012c0596dc56e5e7359e1c5436f8c4fdcd.tar.gz |
Enable travis testing for chef-12 branchtm/en_travisify
Signed-off-by: Thom May <thom@chef.io>
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 bb15c065a7..c4d7dfcffc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,7 @@ skip_tags: true branches: only: - master + - chef-12 install: - systeminfo |