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

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

[elpa] externals/eglot ec10de2 23/24: Another unstable test on Travis


From: João Távora
Subject: [elpa] externals/eglot ec10de2 23/24: Another unstable test on Travis
Date: Sat, 26 May 2018 14:31:19 -0400 (EDT)

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

    Another unstable test on Travis
    
    * eglot-tests.el (rls-hover-after-edit): Skip on travis.
---
 eglot-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eglot-tests.el b/eglot-tests.el
index 3987c7c..699f52b 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -288,6 +288,7 @@ Pass TIMEOUT to `eglot--with-timeout'."
   "Hover and highlightChanges are tricky in RLS."
   (skip-unless (executable-find "rls"))
   (skip-unless (executable-find "cargo"))
+  (skip-unless (null (getenv "TRAVIS_TESTING")))
   (eglot--with-dirs-and-files
       '(("hover-project" .
          (("main.rs" .



reply via email to

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