ci: replace Travis with GitHub Actions
Sync docs/conf.py with ndn-cxx
Change-Id: I2c7106ef52a0e7c00de6767c6b59dbd3ce1dc082
diff --git a/README.md b/README.md
index 1045861..8f027ad 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# ChronoSync: synchronization library for distributed realtime applications for NDN
-
-[](https://travis-ci.org/named-data/ChronoSync)
-
+[](https://github.com/named-data/ChronoSync/actions/workflows/ci.yml)
+[](https://github.com/named-data/ChronoSync/actions/workflows/docs.yml)
+
+
> DEPRECATION NOTICE: ChronoSync's design is outdated. We recommend using more recent sync protocols, such as [PSync](https://named-data.net/doc/PSync/current/index.html) or [StateVectorSync](https://named-data.github.io/StateVectorSync/).