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

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

[elpa] externals/which-key 190310d 30/51: Disable travis and cask


From: Stefan Monnier
Subject: [elpa] externals/which-key 190310d 30/51: Disable travis and cask
Date: Tue, 8 Sep 2020 10:26:19 -0400 (EDT)

branch: externals/which-key
commit 190310d59e7be998d8a3ec7b92c2df3116b2e00c
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Disable travis and cask
---
 .travis.yml | 24 ------------------------
 Cask        |  8 --------
 2 files changed, 32 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 60d8d31..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-# language: emacs-lisp
-env:
-  - EVM_EMACS=emacs-25.3-travis
-  - EVM_EMACS=emacs-26.1-travis
-  - EVM_EMACS=emacs-26.2-travis
-  - EVM_EMACS=emacs-26.3-travis
-  - EVM_EMACS=emacs-git-snapshot-travis
-
-before_install:
-  - git clone https://github.com/rejeep/evm.git $HOME/.evm
-  - export PATH="$HOME/.evm/bin:$PATH"
-  - export PATH="$HOME/.cask/bin:$PATH"
-  - evm config path /tmp
-  - evm install $EVM_EMACS --use --skip
-  - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
-
-matrix:
-  fast_finish: true
-  allow_failures:
-    - env: EVM_EMACS=emacs-git-snapshot-travis
-
-script:
-  - emacs --version
-  - make test
diff --git a/Cask b/Cask
deleted file mode 100644
index d8171e3..0000000
--- a/Cask
+++ /dev/null
@@ -1,8 +0,0 @@
-(source gnu)
-(source melpa)
-
-(package-file "which-key.el")
-
-(development
- (depends-on "ert"))
-



reply via email to

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