From 31f1f1b2bc2d6c86d2d011fd8ea3ef3fb0b9d03f Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Mon, 30 Jul 2018 14:11:43 -0700 Subject: [PATCH] Update Travis CI badge to travis-ci.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5691e5fa..4cc4e4f2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ title="Size Limit logo" src="docs/source/logo.png"> # H3-Python -[![Build Status](https://travis-ci.com/uber/h3-py.svg?token=8RZFXqNcjKDdLZH3myRq&branch=master)](https://travis-ci.com/uber/h3-py) +[![Build Status](https://travis-ci.org/uber/h3-py.svg?branch=master)](https://travis-ci.org/uber/h3-py) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) This library provides Python bindings for the [H3 Core Library](https://github.com/uber/h3). For API reference, please see the [H3 Documentation](https://uber.github.io/h3/).