summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjoffrey-bion <joffrey.bion@gmail.com>2021-01-28 12:09:14 +0100
committerjoffrey-bion <joffrey.bion@gmail.com>2021-01-28 12:09:14 +0100
commit9fa09e20e10ed45ec0a59cdcc4484223d4eb9391 (patch)
tree92b9638517a547d8a92d380024fe3465f128833e /README.md
parentClarify docker image tags (sha and build) (diff)
downloadseven-wonders-9fa09e20e10ed45ec0a59cdcc4484223d4eb9391.tar.gz
seven-wonders-9fa09e20e10ed45ec0a59cdcc4484223d4eb9391.tar.bz2
seven-wonders-9fa09e20e10ed45ec0a59cdcc4484223d4eb9391.zip
Split PR and CI/CD builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4e02e29..2f3d55e6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Seven Wonders Online
-[![Travis Build](https://img.shields.io/travis/joffrey-bion/seven-wonders/master.svg)](https://travis-ci.org/joffrey-bion/seven-wonders)
+[![Github Build](https://img.shields.io/github/workflow/status/joffrey-bion/seven-wonders/ci-cd?label=build&logo=github)](https://github.com/joffrey-bion/seven-wonders/actions?query=workflow%3A%22ci-cd%22)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joffrey-bion/seven-wonders/blob/master/LICENSE)
A digital version of the [7 Wonders board game](https://en.wikipedia.org/wiki/7_Wonders_(board_game)).
bgstack15