fix: retry caldav init at startup

This commit is contained in:
2022-09-28 09:02:31 +02:00
parent 352dfcf2b6
commit b8fde634b5
15 changed files with 976 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
language: go
go:
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
install:
- make setup
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)