From d51d96116f28ec6a59bd7229dea3bfb1d9a273b7 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Thu, 2 Sep 2021 12:07:04 +0200 Subject: [PATCH] Disable Travis CI Linux to save scarce credits Fix Travis CI badge URL --- .travis.yml | 8 ++++---- README.asciidoc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc617d1b8..ef38661ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ language: cpp matrix: include: - - os: linux - dist: bionic - sudo: required - compiler: gcc +# - os: linux +# dist: bionic +# sudo: required +# compiler: gcc - os: osx osx_image: xcode10.2 compiler: clang diff --git a/README.asciidoc b/README.asciidoc index 8f8f6d089..9bacc3345 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -10,8 +10,8 @@ RetroShare provides file sharing, chat, messages, forums, channels and more. .Build Status |=============================================================================== |GNU/Linux, Android (via Gitlab CI) | image:https://gitlab.com/RetroShare/RetroShare/badges/master/pipeline.svg[link="https://gitlab.com/RetroShare/RetroShare/-/commits/master",title="pipeline status"] -|GNU/Linux, macOS, (via Travis CI) | image:https://travis-ci.com/RetroShare/RetroShare.svg?branch=master[link="https://travis-ci.com/RetroShare/RetroShare"] |Windows (via AppVeyor) | image:https://ci.appveyor.com/api/projects/status/github/RetroShare/RetroShare?svg=true[link="https://ci.appveyor.com/project/RetroShare58622/retroshare"] +|macOS, (via Travis CI) | image:https://app.travis-ci.com/RetroShare/RetroShare.svg?branch=master[link="https://app.travis-ci.com/github/RetroShare/RetroShare"] |===============================================================================