rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Emacs 26.x-travis images can't determine version of Emacs #134

Closed gcentauri closed 4 years ago

gcentauri commented 4 years ago

I'm very new to EVM, and am trying to update the travis config in the minitest-emacs repo https://github.com/arthurnn/minitest-emacs/pull/46 ... so far so good, except that the versions of Emacs 26 that aren't the linux-xenial images are failing:

image

They're all complaining that cask cant find the verson of Emacs at emacs:

image

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.

liblit commented 4 years ago

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.

gcentauri commented 4 years ago

Thanks for the answer! I will just remove the default images from the CI list.