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

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

[nongnu] scratch/el-mock 86444bfdfc 16/64: Add Travis config


From: Stefan Monnier
Subject: [nongnu] scratch/el-mock 86444bfdfc 16/64: Add Travis config
Date: Mon, 28 Aug 2023 23:01:39 -0400 (EDT)

branch: scratch/el-mock
commit 86444bfdfc254107fc6a53db9b291f57325219a6
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>

    Add Travis config
---
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..3fa912c46b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: emacs-lisp
+before_install:
+  - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && 
source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
+  - cask
+env:
+  - EVM_EMACS=emacs-24.4-bin
+  - EVM_EMACS=emacs-24.5-bin
+script:
+  - emacs --version
+  - make test



reply via email to

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