From f158416ea2c1dbe49c569ef0bc366c311fb2fc1a Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 5 May 2021 22:09:32 -0400 Subject: [PATCH] switch to travis-ci.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d156030..630c13a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# The Parallel Hashmap [![Build Status](https://travis-ci.org/greg7mdp/parallel-hashmap.svg?branch=master)](https://travis-ci.org/greg7mdp/parallel-hashmap) [![Build Status](https://ci.appveyor.com/api/projects/status/86kc657lp4cja8ju?svg=true)](https://ci.appveyor.com/project/greg7mdp/parallel-hashmap) +# The Parallel Hashmap [![Build Status](https://travis-ci.com/greg7mdp/parallel-hashmap.svg?branch=master)](https://travis-ci.com/greg7mdp/parallel-hashmap) [![Build Status](https://ci.appveyor.com/api/projects/status/86kc657lp4cja8ju?svg=true)](https://ci.appveyor.com/project/greg7mdp/parallel-hashmap) ## Overview