diff --git a/INSTALL-MAC b/INSTALL-MAC index 9142f42dc..8c9fe2d5d 100644 --- a/INSTALL-MAC +++ b/INSTALL-MAC @@ -96,7 +96,7 @@ $ git checkout V3.7 $ ls The following walkthrough is based on latest master, if you want to build v3.7 please -see the travis scripts in the repository. +see the AppVeyor scripts in the repository. 1.5 Install HomeBrew -------------------- diff --git a/README.md b/README.md index aa6c13b50..44e254301 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ INSTALL-MAC For building on Apple MacOS Windows/macOS/Linux on AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/i6dwn4m8oyu52ihi?svg=true)](https://ci.appveyor.com/project/Joern-R/goldencheetah-knhd8) -Linux on Travis-ci: [![Build Status](https://app.travis-ci.com/GoldenCheetah/GoldenCheetah.svg?branch=master)](https://app.travis-ci.com/GoldenCheetah/GoldenCheetah) - Official release builds, snapshots and development builds are all available from http://www.goldencheetah.org ## NOTIO Fork diff --git a/.travis.yml b/deprecated/.travis.yml similarity index 100% rename from .travis.yml rename to deprecated/.travis.yml diff --git a/travis/linux/after_success.sh b/deprecated/travis/linux/after_success.sh similarity index 100% rename from travis/linux/after_success.sh rename to deprecated/travis/linux/after_success.sh diff --git a/travis/linux/before_install.sh b/deprecated/travis/linux/before_install.sh similarity index 100% rename from travis/linux/before_install.sh rename to deprecated/travis/linux/before_install.sh diff --git a/travis/linux/before_script.sh b/deprecated/travis/linux/before_script.sh similarity index 100% rename from travis/linux/before_script.sh rename to deprecated/travis/linux/before_script.sh diff --git a/travis/linux/script.sh b/deprecated/travis/linux/script.sh similarity index 100% rename from travis/linux/script.sh rename to deprecated/travis/linux/script.sh diff --git a/src/Core/Secrets.h b/src/Core/Secrets.h index a3cb81828..bcaeaa109 100644 --- a/src/Core/Secrets.h +++ b/src/Core/Secrets.h @@ -25,10 +25,10 @@ // not made public. If you want to build with these services enabled // you will need to request a token from the provider and add a line // to your gcconfig.pri file off the form: -// DEFINES += GC_TWITTER_CONSUMER_SECRET="xxxxxxx" +// DEFINES += GC_STRAVA_CLIENT_SECRET="__XXXX_SECRET__" // -// This file is modified by the travis build scripts to replace the -// __XXXX_SECRET__ token with the secret gem held within the travis +// This file is modified by the AppVeyor build scripts to replace the +// __XXXX_SECRET__ token with the secret gem held within the AppVeyor // build environment. // // ********* DO NOT MODIFY THIS FILE EXCEPT TO ADD NEW ************