Skip to content

Commit 22bf1a8

Browse files
committed
Updated build badge.
1 parent e011061 commit 22bf1a8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Acknowledgements
1818

1919
* Site theme – [jasoncostello/slate](https://github.com/jasoncostello/slate).
2020

21-
[Build]: http://travis-ci.org/ScriptFUSION/Status
22-
[Build image]: https://travis-ci.org/ScriptFUSION/Status.svg?branch=master "Build status"
21+
[Build]: https://github.com/ScriptFUSION/Status/actions/workflows/CD.yml
22+
[Build image]: https://github.com/ScriptFUSION/Status/workflows/CD/badge.svg "Build status"

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: ScriptFUSION PHP project status
22
repository_url: https://github.com/ScriptFUSION/Status
3-
build_url: http://travis-ci.org/ScriptFUSION/Status
3+
build_url: https://github.com/ScriptFUSION/Status/actions/workflows/CD.yml
4+
badge_url: https://github.com/ScriptFUSION/Status/workflows/CD/badge.svg
45

56
exclude:
67
- Gemfile

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h2 id="project_tagline">{{ site.tagline }}</h2>
2323

2424
<div id="footer_wrap" class="outer">
2525
<footer class="inner">
26-
<a href="https://travis-ci.org/ScriptFUSION/Status" style="float: right">
27-
<img src="https://travis-ci.org/ScriptFUSION/Status.svg?branch=master">
26+
<a href="{{ site.build_url }}" style="float: right">
27+
<img src="{{ site.badge_url }}">
2828
</a>
2929
<p>
3030
Generated on

0 commit comments

Comments
 (0)