From 15bee01a044f2997e107a9b1fbe5604ea0d509d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 17 Nov 2020 23:00:24 +0100 Subject: [PATCH] Update README and docs for travis-ci.com migration. --- README.md | 2 +- doc/python/pages/building.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87f7b3..0f334ed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains bindings of the Magnum C++11/C++14 graphics engine into other languages such as Python. [![Join the chat at https://gitter.im/mosra/magnum](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mosra/magnum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Build Status](https://travis-ci.org/mosra/magnum-bindings.svg?branch=master)](https://travis-ci.org/mosra/magnum-bindings) +[![Build Status](https://travis-ci.com/mosra/magnum-bindings.svg?branch=master)](https://travis-ci.com/mosra/magnum-bindings) [![Coverage Status](https://codecov.io/gh/mosra/magnum-bindings/branch/master/graph/badge.svg)](https://codecov.io/gh/mosra/magnum-bindings) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT) diff --git a/doc/python/pages/building.rst b/doc/python/pages/building.rst index f744323..d8bbb29 100644 --- a/doc/python/pages/building.rst +++ b/doc/python/pages/building.rst @@ -188,7 +188,7 @@ following commands, the resulting HTML overview is located in In ``package/ci/`` there is a ``travis.yml`` file that compiles and tests the bindings on Linux GCC 4.8 + CMake 3.1 and on macOS, online at -https://travis-ci.org/mosra/magnum-bindings. For Windows there is an +https://travis-ci.com/mosra/magnum-bindings. For Windows there is an ``appveyor.yml`` testing on Windows with MSVC 2017 and 2019, online at https://ci.appveyor.com/project/mosra/magnum-bindings. Code coverage for both the C++ bindings code and Python side is reported to