aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2020-06-14 17:44:48 -0400
committerSteve Winslow <steve@swinslow.net>2020-06-14 17:44:48 -0400
commit2f967f9f3ac350a1fb49bc8fa9135603960df232 (patch)
tree41b31b52b44f5abda38796f353e0f1c4f1ca31a4
parent1d0567613d268e6d59394986fb4081a2c18ce4cf (diff)
downloadspdx-tools-2f967f9f3ac350a1fb49bc8fa9135603960df232.tar.gz
Fix badge for GitHub Actions
Signed-off-by: Steve Winslow <steve@swinslow.net>
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eff12b2..150babe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
+name: build
on: [push, pull_request]
jobs:
tests:
diff --git a/README.md b/README.md
index 396d73b..915c0db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/spdx/tools-golang.svg?branch=master)](https://travis-ci.org/spdx/tools-golang)
+[![Build Status](https://github.com/spdx/tools-golang/workflows/build/badge.svg)](https://github.com/spdx/tools-golang/workflows/build/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/spdx/tools-golang/badge.svg)](https://coveralls.io/github/spdx/tools-golang)
# tools-golang