jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

test all in docker fail with emacs-24.4-travis version #416

Open Pierre-Andre opened 2 years ago

Pierre-Andre commented 2 years ago

using the suggested code

cd /path/to/dumb-jump
cask
make test-all-in-docker

failed with version emacs-24.4-travis: dumb-jump-1646151161-emacs-24.4-travis.log

By the way, is the cask command before the make test-all-in-docker necessary ?

Thanks