From 3fb97e884ecf27a55adb68cec9def10516a48131 Mon Sep 17 00:00:00 2001 From: Alain Galvan Date: Tue, 5 Apr 2022 15:02:22 -0400 Subject: [PATCH] Dropping Travis, fixing appveyor build Travis has been giving me problems for a very long time, I paid 60 dollars for credits and it still bugs out. I won't be using it for builds anymore. --- .appveyor.yml | 2 +- readme.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ac80020..6556fa7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,7 +5,7 @@ # build version format version: "{build}" -os: Visual Studio 2017 +os: Visual Studio 2019 platform: - x64 diff --git a/readme.md b/readme.md index 1c0fb20..c68e787 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,6 @@ [![cmake-img]][cmake-url] [![License][license-img]][license-url] -[![Travis Tests][travis-img]][travis-url] [![Appveyor Tests][appveyor-img]][appveyor-url] [![Coverage Tests][codecov-img]][codecov-url] @@ -254,8 +253,6 @@ CrossWindow is licensed as either **MIT** or **Apache-2.0**, whichever you would [cmake-url]: https://cmake.org/ [license-img]: https://img.shields.io/:license-mit-blue.svg?style=flat-square [license-url]: https://opensource.org/licenses/MIT -[travis-img]: https://img.shields.io/travis/com/alaingalvan/crosswindow?style=flat-square -[travis-url]: https://app.travis-ci.com/github/alaingalvan/CrossWindow [appveyor-img]: https://img.shields.io/appveyor/ci/alaingalvan/CrossWindow.svg?style=flat-square&logo=windows [appveyor-url]: https://ci.appveyor.com/project/alaingalvan/crosswindow [circleci-img]: https://img.shields.io/circleci/project/github/alaingalvan/CrossWindow.svg?style=flat-square&logo=appveyor