summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Marc <hi@colinmarc.com>2022-02-05 12:46:34 +0100
committerColin Marc <hi@colinmarc.com>2022-02-05 12:46:34 +0100
commit0f85cc13bc558003b22d62baf6ee306c86dd6f81 (patch)
tree6fe443470dee477f163a53bb9eafc98803ec2adc
parent6d6efa3136113bc8de10fca3065aac55542197dc (diff)
Update the badge to show the test status from github actions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52039a6..890f08d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
HDFS for Go
===========
-[![GoDoc](https://godoc.org/github.com/colinmarc/hdfs/web?status.svg)](https://godoc.org/github.com/colinmarc/hdfs) [![build](https://travis-ci.org/colinmarc/hdfs.svg?branch=master)](https://travis-ci.org/colinmarc/hdfs)
+[![GoDoc](https://godoc.org/github.com/colinmarc/hdfs/web?status.svg)](https://godoc.org/github.com/colinmarc/hdfs) [![build](https://github.com/colinmarc/hdfs/actions/workflows/tests.yml/badge.svg?branch=feature-1)](https://github.com/colinmarc/hdfs/actions/workflows/tests.yml)
This is a native golang client for hdfs. It connects directly to the namenode using
the protocol buffers API.