Skip to content

Commit d2e73e3

Browse files
committed
Switch status display for some repositories to github action links
1 parent f04a8d0 commit d2e73e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

status.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Status</h1>
1515
<tr>
1616
<th>Project</th>
1717
<th>Code on<br/>Github</th>
18-
<th>Linux/OSX<br/>(<a href="https://travis-ci.org/">Travis</a>)</th>
18+
<th>Linux/OSX</th>
1919
<th>Windows<br/>(<a href="https://www.appveyor.com/">Appveyor</a>)</th>
2020
<th>Latest release</th>
2121
<th>Master<br/>Last commit</th>
@@ -26,7 +26,7 @@ <h1>Status</h1>
2626
<tr id="project-osmium-tool">
2727
<td><img src="/img/logo-osmium-tool.svg" width="16" height="16"/> <a href="/osmium">osmium-tool</a></td>
2828
<td><a href="https://github.com/osmcode/osmium-tool">osmium-tool</a></td>
29-
<td><a href="https://travis-ci.org/osmcode/osmium-tool"><img class="badge" src="https://api.travis-ci.org/osmcode/osmium-tool.svg"/></a></td>
29+
<td><a href="https://github.com/osmcode/osmium-tool/actions"><img class="badge" src="https://github.com/osmcode/osmium-tool/workflows/CI/badge.svg?branch=master"/></a></td>
3030
<td><a href="https://ci.appveyor.com/project/lonvia/osmium-tool/branch/master"><img class="badge" src="https://ci.appveyor.com/api/projects/status/k9v6et0o4baekrmi/branch/master?svg=true"/></a></td>
3131
<td class="release"></td>
3232
<td class="master"></td>
@@ -35,7 +35,7 @@ <h1>Status</h1>
3535
<tr id="project-libosmium">
3636
<td><img src="/img/logo-libosmium.svg" width="16" height="16"/> <a href="/libosmium">libosmium</a></td>
3737
<td><a href="https://github.com/osmcode/libosmium">libosmium</a></td>
38-
<td><a href="https://travis-ci.org/osmcode/libosmium"><img class="badge" src="https://api.travis-ci.org/osmcode/libosmium.svg"/></a></td>
38+
<td><a href="https://github.com/osmcode/libosmium/actions"><img class="badge" src="https://github.com/osmcode/libosmium/workflows/CI/badge.svg?branch=master"/></a></td>
3939
<td><a href="https://ci.appveyor.com/project/lonvia/libosmium-eq41p/branch/master"><img class="badge" src="https://ci.appveyor.com/api/projects/status/yy099a4vxcb604rn/branch/master?svg=true"/></a></td>
4040
<td class="release"></td>
4141
<td class="master"></td>
@@ -71,7 +71,7 @@ <h1>Status</h1>
7171
<tr id="project-osmcoastline">
7272
<td><img src="/img/logo-osmcoastline.svg" width="16" height="16"/> <a href="/osmcoastline">osmcoastline</a></td>
7373
<td><a href="https://github.com/osmcode/osmcoastline">osmcoastline</a></td>
74-
<td><a href="https://travis-ci.org/osmcode/osmcoastline"><img class="badge" src="https://api.travis-ci.org/osmcode/osmcoastline.svg"/></a></td>
74+
<td><a href="https://github.com/osmcode/osmcoastline/actions"><img class="badge" src="https://github.com/osmcode/osmcoastline/workflows/CI/badge.svg?branch=master"/></a></td>
7575
<td>-</td>
7676
<td class="release"></td>
7777
<td class="master"></td>

0 commit comments

Comments
 (0)