[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic fe3efb4ef6 040/333: evm/cask install
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic fe3efb4ef6 040/333: evm/cask install |
Date: |
Tue, 27 Feb 2024 12:59:59 -0500 (EST) |
branch: externals/lentic
commit fe3efb4ef661a4485c84b27ea3be664c7e9975f8
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
evm/cask install
---
.travis.yml | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 66ed949957..35e1128dcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,19 +1,14 @@
language: emacs-lisp
before_install:
- - 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
- - if [ "$EMACS" = 'emacs24' ]; then
- sudo add-apt-repository -y ppa:cassou/emacs &&
- sudo apt-get update -qq &&
- sudo apt-get install -qq
- emacs24 emacs24-el emacs24-common-non-dfsg;
- fi
+ - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
+ - export PATH="/home/travis/.cask/bin:$PATH"
+ - export PATH="/home/travis/.evm/bin:$PATH"
+ - evm install $EVM_EMACS --skip --use
+ - cask
env:
- - EMACS=emacs24
- - EMACS=emacs-snapshot
+ - EVM_EMACS=emacs-24.1-bin
+ - EVM_EMACS=emacs-24.2-bin
+ - EVM_EMACS=emacs-24.3-bin
script:
- make test
\ No newline at end of file
+ - emacs --version
+ - make test
\ No newline at end of file
- [elpa] externals/lentic 2a4cdabdee 114/333: test-after-change-hooks now works on incremental., (continued)
- [elpa] externals/lentic 2a4cdabdee 114/333: test-after-change-hooks now works on incremental., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 06510f56a5 013/333: 0.2 release, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 2cb03e9056 002/333: First release version., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c3822600d5 008/333: Beginning -> begin to reflect changes in m-buffer., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 27b21b2e8f 004/333: Block commenting now operates cleanly with unmatched delimiters., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 021995daf2 010/333: Condition-case form was malformed., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0db978a409 017/333: Version number bump., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8cc0df3b4c 022/333: Some batch manipulation functions added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a69e98a8c5 025/333: No longer needed., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 2a1f8bb5f5 026/333: Merge branch 'master' of github.com:phillord/linked-buffer, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic fe3efb4ef6 040/333: evm/cask install,
ELPA Syncer <=
- [elpa] externals/lentic 3528da0a11 032/333: linked-buffer-asciidoc support., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 45d07d6416 034/333: Documentation cleanup., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 3405c13254 033/333: Change fundamental-mode to normal-mode, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic de2450d3e4 043/333: Removed condition-case-no-debug, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 049330626e 044/333: Version number changes., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 661cb19252 028/333: Changes to test setup., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e7f4d91f88 047/333: Support file-locals in linked-buffer., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic cf5f4a3b72 046/333: pabbrev handling was broken., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 1a181b7502 054/333: m-buffer not need in cask, as declared in headers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 9194eac956 049/333: Linked-buffer minor mode added., ELPA Syncer, 2024/02/27