Skip to content

Commit 5c60a42

Browse files
committed
Update badges
1 parent b46f45c commit 5c60a42

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-osx
1+
name: test-macos
22

33
on:
44
push:

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ matrix:
5959
- yarn build
6060
- cd ..
6161
- 'if [ -n "$FOSSA_API_KEY" ]; then fossa; fi'
62-
- name: "Mac OSX (Xcode 8)"
63-
os: osx
6462
- name: "ARM64"
6563
arch: arm64
6664

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
# H3: A Hexagonal Hierarchical Geospatial Indexing System
44

5-
[![Build Status](https://travis-ci.com/uber/h3.svg?branch=master)](https://travis-ci.com/uber/h3)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/61431y4sc5w0tsuk/branch/master?svg=true)](https://ci.appveyor.com/project/Uber/h3/branch/master)
5+
[![test-linux](https://github.com/uber/h3/workflows/test-linux/badge.svg)](https://github.com/uber/h3/actions)
6+
[![test-macos](https://github.com/uber/h3/workflows/test-macos/badge.svg)](https://github.com/uber/h3/actions)
7+
[![test-windows](https://github.com/uber/h3/workflows/test-windows/badge.svg)](https://github.com/uber/h3/actions)
78
[![Coverage Status](https://coveralls.io/repos/github/uber/h3/badge.svg?branch=master)](https://coveralls.io/github/uber/h3?branch=master)
89
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
910

0 commit comments

Comments
 (0)