From aa96c2a5e63a7d01d0aee576e03a48899708b5fc Mon Sep 17 00:00:00 2001 From: Joshua Friesenhahn Date: Fri, 8 Nov 2019 13:41:04 -0600 Subject: [PATCH] Update CI build info in Readme (#3664) --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc43ec53..2c44d60d 100644 --- a/README.md +++ b/README.md @@ -131,16 +131,13 @@ Continuous Integration We run tests and generate signed installers on three CI platforms * Windows --> [AppVeyor][2] -* OS X --> [Travis CI][3] -* Linux --> [Circle CI][4] +* Linux & OS X --> [Circle CI][3] You can download the latest signed installers for Windows from the artifacts section of AppVeyor -You can download the latest signed package for OS X from the URL at the bottom of the build log on Travis CI -You can download the latest linux (debian and fedora) builds from the artifacts section on Circle CI +You can download the latest linux (debian and fedora) and OS X (darwin) builds from the artifacts section on Circle CI [2]: https://ci.appveyor.com/project/MarshallOfSound/google-play-music-desktop-player-unofficial -[3]: https://travis-ci.org/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL- -[4]: https://circleci.com/gh/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL- +[3]: https://circleci.com/gh/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL- License -------