Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Caching to support Emacs 26 #138

Merged
merged 1 commit into from
May 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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