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

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

[elpa] externals/eglot cf161b0 41/69: Test with emacs master on Travis


From: João Távora
Subject: [elpa] externals/eglot cf161b0 41/69: Test with emacs master on Travis
Date: Sun, 20 Oct 2019 08:21:49 -0400 (EDT)

branch: externals/eglot
commit cf161b0d91646e296fefcbac5c2b032d2ea6444d
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Test with emacs master on Travis
    
    Presumably, some Travis caching is preventing the Makefile script from
    reaching elpa.gnu.org and downloading the package archive where the
    required jsonrpc.el package is located for pre-27 emacs.
    
    The caching thing is discussed briefly in
    https://github.com/flycheck/emacs-travis/issues/22.
    
    So just start testing with emacs master, which will become 27
    reasonably soon.
    
    * .travis.yml (env): Bump testing emacs version to master
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 731220f..1644b59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ env:
   global:
     - TRAVIS_TESTING=t
   matrix:
-    - EMACS_VERSION=26.1
+    - EMACS_VERSION=master
 
 install:
   - curl -LO 
https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz



reply via email to

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