emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 045e463 095/133: Trying emacs version manage


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 045e463 095/133: Trying emacs version manager in travis
Date: Sat, 27 Mar 2021 14:48:51 -0400 (EDT)

branch: externals/ssh-deploy
commit 045e4632cd30c781524f9a0da90a87226bd70693
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Trying emacs version manager in travis
---
 .travis.yml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 268ed75..3ec52e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,18 +18,8 @@ env:
   - EMACS_VERSION=25.3
   - EMACS_VERSION=snapshot
 before_install:
-  # Configure $PATH: Executables are installed to $HOME/bin
-  - export PATH="$HOME/bin:$PATH"
-  # Download the makefile to emacs-travis.mk
-  - wget 
'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
-  # Install Emacs (according to $EMACS_VERSION) and Cask
-  - make -f emacs-travis.mk install_emacs
-  - make -f emacs-travis.mk install_cask
-  # Install Texinfo, if you need to build info manuals for your project
-  - make -f emacs-travis.mk install_texinfo
-install:
-  # Install your dependencies
-  - cask install
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh 
&& source ./x.sh
+  - evm install $EMACS_VERSION --use || true
 script:
   # Make sure the exact emacs version can be found in the build output.
   - emacs -Q --batch --eval '(message (emacs-version))'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]