diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2022-12-31 19:57:15 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2022-12-31 20:12:47 -0300 |
commit | 7e15d98c87d92f39fc0505974c6bf6cd261f555d (patch) | |
tree | d47e3a324dfb41b9b7be64ca4d7c62d66aa8516b | |
parent | 4f686b037a816e74d936acdb32c6477605939f5d (diff) | |
download | highline-7e15d98c87d92f39fc0505974c6bf6cd261f555d.tar.gz |
Remove AppVeyor badge and file
Because we're testing Windows with GitHub Actions.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | appveyor.yml | 37 |
2 files changed, 0 insertions, 38 deletions
@@ -2,7 +2,6 @@ HighLine ======== [](https://github.com/JEG2/highline/actions/workflows/ci.yml) -[](https://ci.appveyor.com/project/JEG2/highline/branch/master) [](https://badge.fury.io/rb/highline) [](https://codeclimate.com/github/JEG2/highline) [](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 |