From 805bb7cfe158ab92ba76af3f2af5d7225f150714 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 17 Feb 2024 05:23:20 -0600 Subject: [PATCH] README.md: Travis -> GHA (#464) This switches the demo in the README from Travis to GitHubActions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45b611a6..b46ab174 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ tpl = Template(; dir="~/code", plugins=[ Git(; manifest=true, ssh=true), + GitHubActions(; x86=true), Codecov(), - TravisCI(; x86=true), - Documenter{TravisCI}(), + Documenter{GitHubActions}(), ], ) ```