summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-31 19:57:15 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-31 20:12:47 -0300
commit7e15d98c87d92f39fc0505974c6bf6cd261f555d (patch)
treed47e3a324dfb41b9b7be64ca4d7c62d66aa8516b
parent4f686b037a816e74d936acdb32c6477605939f5d (diff)
downloadhighline-7e15d98c87d92f39fc0505974c6bf6cd261f555d.tar.gz
Remove AppVeyor badge and file
Because we're testing Windows with GitHub Actions.
-rw-r--r--README.md1
-rw-r--r--appveyor.yml37
2 files changed, 0 insertions, 38 deletions
diff --git a/README.md b/README.md
index 9c14160..740b446 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@ HighLine
========
[![Tests](https://github.com/JEG2/highline/actions/workflows/ci.yml/badge.svg)](https://github.com/JEG2/highline/actions/workflows/ci.yml)
-[![Build status](https://ci.appveyor.com/api/projects/status/4p05fijpah77d28x/branch/master?svg=true)](https://ci.appveyor.com/project/JEG2/highline/branch/master)
[![Gem Version](https://badge.fury.io/rb/highline.svg)](https://badge.fury.io/rb/highline)
[![Code Climate](https://codeclimate.com/github/JEG2/highline/badges/gpa.svg)](https://codeclimate.com/github/JEG2/highline)
[![Test Coverage](https://codeclimate.com/github/JEG2/highline/badges/coverage.svg)](https://codeclimate.com/github/JEG2/highline/coverage)
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index f0441f4..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-version: 2.0.{build}-{branch}
-
-cache:
- - vendor/bundle
-
-environment:
- matrix:
- - RUBY_VERSION: "193"
- - RUBY_VERSION: "200"
- - RUBY_VERSION: "200-x64"
- - RUBY_VERSION: "21"
- - RUBY_VERSION: "21-x64"
- - RUBY_VERSION: "22"
- - RUBY_VERSION: "22-x64"
- - RUBY_VERSION: "23"
- - RUBY_VERSION: "23-x64"
- - RUBY_VERSION: "24"
- - RUBY_VERSION: "24-x64"
-
-matrix:
- allow_failures:
- - RUBY_VERSION: "193"
-
-install:
- - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- - bundle config --local path vendor/bundle
- - bundle install --retry=3 --without code_quality
-
-build: off
-
-before_test:
- - ruby -v
- - gem -v
- - bundle -v
-
-test_script:
- - bundle exec rake