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

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

[nongnu] elpa/arduino-mode 609d9a9 028/107: Setup travis-ci


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 609d9a9 028/107: Setup travis-ci
Date: Sun, 29 Aug 2021 10:58:10 -0400 (EDT)

branch: elpa/arduino-mode
commit 609d9a9f080ea1e244b783bf3d7782bf16f46508
Author: Christopher Grim <christopher.grim@gmail.com>
Commit: Christopher Grim <christopher.grim@gmail.com>

    Setup travis-ci
---
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fb7ec26
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: emacs-lisp
+env:
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+before_install:
+  - export PATH="$HOME/.evm/bin:$PATH"
+  - git clone https://github.com/rejeep/evm.git /home/travis/.evm
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
+script:
+  - emacs --version
+  - emacs -Q -batch -f batch-byte-compile *.el



reply via email to

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