diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 88582517d6d854dc2b64d651e7731e7a8b83ecec
parent f9a9e23aae2730077db8e8245a13c014263bf719
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 10 Jul 2021 00:27:23 +0200

replace travis

Diffstat:
D.travis.yml | 12------------
MREADME.md | 2+-
2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,12 +0,0 @@ -language: c - -os: - - linux - - osx - -compiler: - - gcc - - clang - -script: - - make diff --git a/README.md b/README.md @@ -69,7 +69,7 @@ Server = https://downloadcontent.opensuse.org/repositories/home:/in0rdr/Arch/$ar ``` ## Build -[![Build Status](https://travis-ci.com/in0rdr/diary.svg?branch=master)](https://travis-ci.com/in0rdr/diary) +[![Build Status](https://github.com/in0rdr/diary/actions/workflows/c.yml/badge.svg)](https://github.com/in0rdr/diary/actions/workflows/c.yml) 1. Define [OAuth2 application credentials](https://developers.google.com/identity/protocols/oauth2) if CalDAV sync should be effective: ```