Switch to GitHub Actions from Travis

This commit is contained in:
Matthew Martin
2020-12-23 22:13:22 -06:00
parent 75c0eb0717
commit 5eb494852e
4 changed files with 77 additions and 60 deletions

View File

@@ -5,7 +5,7 @@
- Check open issues and outstanding pull requests
- Confirm `make test` passes
- check with multiple zsh versions
(easiest to check travis: https://travis-ci.org/zsh-users/zsh-syntax-highlighting/)
(easiest to check GitHub Actions: https://github.com/zsh-users/zsh-syntax-highlighting/actions)
- Update changelog.md
`tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master`
- Make sure there are no local commits and that `git status` is clean;