Skip to content

Commit

Permalink
test: fix melpazoid build to use emacs25
Browse files Browse the repository at this point in the history
  • Loading branch information
riscy committed Nov 15, 2020
1 parent c20495c commit ee5a283
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee5a283

Please sign in to comment.