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

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

[nongnu] elpa/popup 7533efe 078/184: Merge pull request #53 from auto-co


From: ELPA Syncer
Subject: [nongnu] elpa/popup 7533efe 078/184: Merge pull request #53 from auto-complete/fix-travis
Date: Wed, 6 Oct 2021 00:01:11 -0400 (EDT)

branch: elpa/popup
commit 7533efe1e9eede7d19653c53afc887b2ae516549
Merge: bec50cc aa8762f
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #53 from auto-complete/fix-travis
    
    Fix travis configuration file for using cl-lib
---
 .travis.yml | 1 +
 Makefile    | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 57f385b..1a07d7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: emacs-lisp
 before_install:
   - git submodule update --init
+  - make tests/cl-lib.el
   - if [ "$EMACS" = 'emacs-snapshot' ]; then
       sudo add-apt-repository -y ppa:cassou/emacs &&
       sudo apt-get update -qq &&
diff --git a/Makefile b/Makefile
index 63e2614..4fea1d4 100644
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,6 @@ travis-ci:
 
 tests/ert.el:
        wget 
"http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el"; -O $@
+
+tests/cl-lib.el:
+       wget "http://elpa.gnu.org/packages/cl-lib-0.3.el"; -O $@



reply via email to

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