From 864121d585a30d8dedfb745a91d5fd44a30b9541 Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Fri, 4 Oct 2019 09:58:47 +0200 Subject: [PATCH] Add Travis CI Status badge on README --- CHANGELOG.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c88744..8731167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Added automated tests through Travis CI. * Generate a catalog of the expiration dates for files, * Detect when a file has expired and raise a ``UserWarning`` +* Add Travis CI badge on README. ## 0.0.2 (2019-08-23) diff --git a/README.md b/README.md index a1b64b9..9ae75a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Data files for Skyfield +[![Build Status](https://travis-ci.org/brunobord/skyfield-data.svg?branch=master)](https://travis-ci.org/brunobord/skyfield-data) + ## Rationale [Skyfield](https://rhodesmill.org/skyfield/) is a Python library for astronomical computations. It depends on various data files to accurately compute moon phases, planet positions, etc.