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

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

[nongnu] elpa/typescript-mode 1ec94013e7 146/222: Run emacs --version pr


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 1ec94013e7 146/222: Run emacs --version prior to running cask.
Date: Sun, 6 Feb 2022 16:59:28 -0500 (EST)

branch: elpa/typescript-mode
commit 1ec94013e773b7b00ecaef74a98b0054ff60f6c3
Author: Louis-Dominique Dubeau <ldd@lddubeau.com>
Commit: Louis-Dominique Dubeau <ldd@lddubeau.com>

    Run emacs --version prior to running cask.
    
    If cask fails due to a installation issue with Emacs, cask does not provide 
good
    diagnosis. If we try running Emacs prior to cask, at least whatever 
diagnosis is
    provided by the OS (e.g. "cannot find such and such library") is going to be
    readily readable in the test log.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f2621702a2..f245a04f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ sudo: false
 before_install:
   - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh 
&& source ./x.sh
   - evm install $EVM_EMACS --use --skip
+  - emacs --version
   - cask
 
 env:
@@ -19,5 +20,4 @@ matrix:
     - env: EVM_EMACS=emacs-git-snapshot-travis
 
 script:
-  - emacs --version
   - make test



reply via email to

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