Skip to content

Commit

Permalink
Merge pull request #138 from thefrontside/cl/disable-cache-for-emacs-26
Browse files Browse the repository at this point in the history
Disable Caching to support Emacs 26
  • Loading branch information
cowboyd authored May 29, 2019
2 parents e21ad6e + efa7162 commit 668c61f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ matrix:
fast_finish: true
allow_failures:
- env: EMACS_VERSION=snapshot
cache:
- directories:
- $HOME/emacs

# There is an issue with caching and Emacs 26
# So until this is resolved, we need to disable caching in order
# to reliably install Gnu TLS.
# https://github.com/flycheck/emacs-travis/issues/22
#
# cache:
# - directories:
# - $HOME/emacs
env:
global:
- CASK_EMACS=/home/travis/bin/emacs
Expand Down Expand Up @@ -58,4 +64,4 @@ deploy:
local_dir: dist/packages
on:
branch: master
condition: $EMACS_VERSION = 25.1
condition: $EMACS_VERSION = 26.2

0 comments on commit 668c61f

Please sign in to comment.