Skip to content

Commit

Permalink
Dropping Travis, fixing appveyor build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alaingalvan committed Apr 5, 2022
1 parent 9b5a00b commit 3fb97e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# build version format
version: "{build}"

os: Visual Studio 2017
os: Visual Studio 2019

platform:
- x64
Expand Down
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3fb97e8

Please sign in to comment.