You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to EVM, and am trying to update the travis config in the minitest-emacs repo arthurnn/minitest-emacs#46 ... so far so good, except that the versions of Emacs 26 that aren't the linux-xenial images are failing:
They're all complaining that cask cant find the verson of Emacs at emacs:
I'm wondering if it has something to do with gpg keys in those other versions? I'm happy to help debug this and improve it, but maybe its something in my own configuration I'm missing.
The text was updated successfully, but these errors were encountered:
Travis's default Ubuntu images now use Xenial. Unfortunately the existing emacs-26.x-travis builds do not work under Xenial due to a missing libgnutls.so.26 shared library. Switch to using emacs-26.x-travis-linux-xenial instead and this problem should go away. Note that this only affects Emacs 26.x, which is why your Emacs 24.x and Emacs 25.x jobs still succeed.
liblit
added a commit
to liblit/demangle-mode
that referenced
this issue
Jun 21, 2020
I'm very new to EVM, and am trying to update the travis config in the minitest-emacs repo arthurnn/minitest-emacs#46 ... so far so good, except that the versions of Emacs 26 that aren't the
linux-xenial
images are failing:They're all complaining that cask cant find the verson of Emacs at emacs:
I'm wondering if it has something to do with gpg keys in those other versions? I'm happy to help debug this and improve it, but maybe its something in my own configuration I'm missing.
The text was updated successfully, but these errors were encountered: