aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2022-02-21ci: Switch to GitHub ActionsKyle Meyer
After GitHub Actions were available, this repository kept using Travis because it worked well enough, especially given this package is very much in maintenance mode. However, going forward it'd be nice to use purcell/setup-emacs action to test various Emacs versions. Don't bother testing against Emacs 24 because the next release will bump the minimum Emacs version to at least 25.1. While touching this setup, drop the Makefile target for downloading dependencies and instead just expect dependencies to be one level up from the snakemake-mode checkout.
2020-11-01travis: Turn off emails about successful runsKyle Meyer
2020-11-01travis: Bump Python version to 3.7Kyle Meyer
The Travis builds have started to fail because Snakemake now requires at least Python 3.7.
2017-09-30.travis.yml: Use Python 3.6Kyle Meyer
Snakemake 4.0.0 requires Python 3.6.
2016-04-17.travis.yml: Disable Emacs 24Kyle Meyer
2016-04-17.travis.yml: Install SnakemakeKyle Meyer
2016-04-17Set up TravisKyle Meyer