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

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

[nongnu] elpa/popup 2609811 022/184: Add Travis CI configuration


From: ELPA Syncer
Subject: [nongnu] elpa/popup 2609811 022/184: Add Travis CI configuration
Date: Wed, 6 Oct 2021 00:00:59 -0400 (EDT)

branch: elpa/popup
commit 2609811be438872798ba372c773550869aee8215
Author: Takafumi Arakaki <aka.tkf@gmail.com>
Commit: Takafumi Arakaki <aka.tkf@gmail.com>

    Add Travis CI configuration
---
 .travis.yml | 14 ++++++++++++++
 Makefile    |  5 +++++
 2 files changed, 19 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..57f385b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: emacs-lisp
+before_install:
+  - git submodule update --init
+  - if [ "$EMACS" = 'emacs-snapshot' ]; then
+      sudo add-apt-repository -y ppa:cassou/emacs &&
+      sudo apt-get update -qq &&
+      sudo apt-get install -qq
+          emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
+    fi
+env:
+  - EMACS=emacs
+  - EMACS=emacs-snapshot
+script:
+  make travis-ci EMACS=$EMACS
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..418837a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+EMACS=emacs
+
+travis-ci:
+       ${EMACS} --version
+       ${EMACS} -batch -Q -l tests/run-test.el



reply via email to

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