summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-06 20:45:54 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:45:54 -0700
commitb7a37d62fca4252b0c80774adaa7f07a36d745fb (patch)
treeb9471bea6c21da9dce95bf5b2977d89db08a39a8
parent3797b483b6e6123fc7eeeaa439714ff7c1fbb627 (diff)
downloadmixlib-log-b7a37d62fca4252b0c80774adaa7f07a36d745fb.tar.gz
Remove appveyor config
Also add the badge to the readme Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--README.md1
-rw-r--r--appveyor.yml43
2 files changed, 1 insertions, 43 deletions
diff --git a/README.md b/README.md
index 1641158..bf0a770 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Mixlib::Log
[![Gem Version](https://badge.fury.io/rb/mixlib-log.svg)](https://badge.fury.io/rb/mixlib-log)
+[![Build status](https://badge.buildkite.com/cb1e5b6f3cc77071f4b2315f6b605fe60d86e2862a490873d4.svg?branch=master)](https://buildkite.com/chef-oss/chef-mixlib-log-master-verify)
**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 023ea09..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-version: "master-{build}"
-
-os: Visual Studio 2017
-platform:
- - x64
-
-cache:
- - vendor/bundle
-
-environment:
- matrix:
- - ruby_version: "24-x64"
- - ruby_version: "25-x64"
- - ruby_version: "26-x64"
-
-clone_depth: 1
-skip_tags: true
-skip_branch_with_pr: true
-branches:
- only:
- - master
-
-install:
- - systeminfo
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - echo %PATH%
- - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem
- - set SSL_CERT_FILE=C:\cacert.pem
- - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci
- - bundle config --local path vendor/bundle # use the cache we define above
- - bundle install || bundle install || bundle install
-
-build: off
-
-before_test:
- - ruby --version
- - gem --version
- - bundler --version
- - bundle env
-
-test_script:
- - SET SPEC_OPTS=--format progress
- - bundle exec rake \ No newline at end of file