Skip to content

Commit

Permalink
README.md: Travis -> GHA (#464)
Browse files Browse the repository at this point in the history
This switches the demo in the README from Travis to GitHubActions
  • Loading branch information
timholy authored Feb 17, 2024
1 parent a775fe5 commit 805bb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}(),
],
)
```
Expand Down

0 comments on commit 805bb7c

Please sign in to comment.