diff options
author | mousebot <mousebot@riseup.net> | 2021-05-26 16:52:16 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-26 16:52:16 +0200 |
commit | 7d143880a05b5ef79269838bcb3bbee9df855561 (patch) | |
tree | 3066c17c9680396dcb3b321f5bd2fbcb7711a038 /.travis.yml | |
parent | 16db675587e2e33ac512e2ea43171c2f4fffed9f (diff) |
disable emacs 24.5 in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5f5796c..85353b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - evm install $EVM_EMACS --use --skip - cask install env: - - EVM_EMACS=emacs-24.5-travis + # - EVM_EMACS=emacs-24.5-travis - EVM_EMACS=emacs-25.1-travis script: - emacs --version |