Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-25 | travis: Update stale setup | Kyle Meyer | |
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. | |||
2015-12-24 | .travis.yml: Disable emacs-snapshot | Kyle Meyer | |
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. | |||
2015-02-19 | .travis.yml: Update for c69e42994 | Kyle Meyer | |
2014-11-27 | Set up Travis CI | Kyle Meyer | |
Thanks to Renan Ranelli for setting up the tests to run from the command line (PR #4) and for providing the .travis.yml file. |