Age | Commit message (Collapse) | Author |
|
* .github/workflows/test.yml: New file.
* .travis.yml: Delete file.
|
|
The last Travis run didn't get out of the setup phase:
https://travis-ci.org/github/kyleam/bog/builds/679436803
This updated .travis.yml is modified from Magit-annex's, which was
modified from Magit's.
Note that this goes from testing just Emacs 24 to testing the latest
Emacs release (26.3) and master. We could of course do more---in
terms of both Emacs and Org versions---but, given the currently
dormant state of this project, two runs with different Emacs versions
and their built-in Orgs will do.
|
|
org-agenda-prepare-buffers is broken in the Emacs repo (as of 3a5f751),
but fixed in Org (44c8cd7). Disable the emacs-snapshot tests until Org
is synced with Emacs.
|
|
|
|
Thanks to Renan Ranelli for setting up the tests to run from the command
line (PR #4) and for providing the .travis.yml file.
|