From ee5a283081b2a54be952c46981e92e5f4dcbb308 Mon Sep 17 00:00:00 2001 From: riscy Date: Sun, 15 Nov 2020 12:44:03 -0800 Subject: [PATCH] test: fix melpazoid build to use emacs25 --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ca614b..8d575bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,13 @@ +dist: focal sudo: required language: python python: ['3.6'] install: - emacs --version - - yes '' | sudo add-apt-repository ppa:kelleyk/emacs - - sudo apt update - - sudo apt install emacs25-nox - - echo `dpkg -L emacs25-nox` - git clone https://github.com/riscy/melpazoid.git ~/melpazoid - pip install ~/melpazoid env: - RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)' EXIST_OK=true script: - emacs -Q --script ./test/script.el - - emacs25 -Q --script ./test/script.el - make -C ~/melpazoid