diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 21:19:16 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 21:24:49 -0400 |
commit | 9c615a54e0dc1319ed5fcf45b0ce7b89d89607f5 (patch) | |
tree | 63ff76f6a3e03f814787e63d877317d52c87281c | |
parent | 3dafe9119a33f697f965b987f1727e4e5e328a66 (diff) | |
download | snakemake-mode-9c615a54e0dc1319ed5fcf45b0ce7b89d89607f5.tar.gz |
.travis.yml: Disable Emacs 24
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73b4556..a9ab9ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: env: matrix: - - EMACS=emacs24 + # - EMACS=emacs24 # This is 24.3, while magit-popup.el requires 24.4. - EMACS=emacs-snapshot install: |