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

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

[nongnu] elpa/webpaste d6967bd 217/298: Check emacs version after emacs


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste d6967bd 217/298: Check emacs version after emacs install
Date: Thu, 9 Dec 2021 19:00:17 -0500 (EST)

branch: elpa/webpaste
commit d6967bdd7377c9462c04158f9b5c6ae1ed9d1290
Author: Elis Hirwing <elis.axelsson@gmail.com>
Commit: Elis Hirwing <elis.axelsson@gmail.com>

    Check emacs version after emacs install
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7058048..b8d73c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,11 +21,11 @@ before_install:
   - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > 
travis.sh && source ./travis.sh
   # Fix cask (See 
https://github.com/cask/cask/issues/399#issuecomment-331640427)
   - perl -ibak -lape 's{#!/usr/bin/env python}{#!/usr/bin/python}' "$(which 
cask)"
-  - emacs --version
 
 install:
   # If we're running unit-tests, install the emacs version that we're testing 
today. Otherwise go with 25.3 for integration tests
   - test -n "$EVM_EMACS" && evm install $EVM_EMACS --use --skip || evm install 
emacs-25.3-travis --use --skip
+  - emacs --version
 
   # Install your dependencies
   - cask install



reply via email to

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