summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2023-04-11Replace Travis with GitHub CI.Basil L. Contovounesios
* .github/workflows/test.yml: New file. * .travis.yml: Delete file.
2020-04-25travis: Update stale setupKyle 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-snapshotKyle 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 c69e42994Kyle Meyer
2014-11-27Set up Travis CIKyle 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.