branch: elpa/typescript-mode
commit 1ec94013e773b7b00ecaef74a98b0054ff60f6c3
Author: Louis-Dominique Dubeau <[email protected]>
Commit: Louis-Dominique Dubeau <[email protected]>

    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