Skip to content

Commit 93383bc

Browse files
committed
fix: removed travis column from ci overview
1 parent ee1ceb0 commit 93383bc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci.pug

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ p
88
| Here we try to list all our continuous integration pipelines along with some useful stats to get an overview of the subprojects.
99

1010
| {% assign modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-client,aw-client-js,aw-qt,aw-webui,aw-watcher-afk,aw-watcher-window,aw-watcher-web,aw-watcher-input,aw-android,activitywatch.github.io,docs" | split: ',' %}
11-
| {% assign travis_modules = "activitywatch,aw-android" | split: ',' %}
12-
| {% assign ghactions_modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-qt,aw-client,aw-client-js,aw-watcher-window,aw-watcher-afk,aw-watcher-web,aw-watcher-input,aw-webui,activitywatch.github.io,docs" | split: ',' %}
11+
| {% assign ghactions_modules = "activitywatch,aw-core,aw-server,aw-server-rust,aw-qt,aw-android,aw-client,aw-client-js,aw-watcher-window,aw-watcher-afk,aw-watcher-web,aw-watcher-input,aw-webui,activitywatch.github.io,docs" | split: ',' %}
1312
| {% assign codeclimate_modules = "aw-core,aw-server,aw-client,aw-client-js,aw-qt,aw-watcher-afk,aw-watcher-window,aw-webui,aw-watcher-web" | split: ',' %}
1413
| {% assign codecov_modules = "aw-core,aw-server,aw-server-rust,aw-webui" | split: ',' %}
1514

@@ -34,12 +33,6 @@ table(class="table dense")
3433
img(src="https://github.com/ActivityWatch/{{ module }}/workflows/Build/badge.svg")
3534
| {% endif %}
3635

37-
td
38-
| {% if travis_modules contains module %}
39-
a(href="https://travis-ci.com/ActivityWatch/{{ module }}" target="_blank")
40-
img(src="https://travis-ci.com/ActivityWatch/{{ module }}.svg?branch=master")
41-
| {% endif %}
42-
4336
td
4437
| {% if codeclimate_modules contains module %}
4538
a(href="https://codeclimate.com/github/ActivityWatch/{{module}}" target="_blank")

0 commit comments

Comments
 (0)