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

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

[nongnu] elpa/helm 1d97047c49: Remove Travis and Cask


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1d97047c49: Remove Travis and Cask
Date: Fri, 16 Jun 2023 13:02:33 -0400 (EDT)

branch: elpa/helm
commit 1d97047c49254c59573098f73e3c166e9a022cae
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Remove Travis and Cask
---
 .travis.yml | 62 -------------------------------------------------------------
 Cask        | 11 -----------
 README.md   |  1 -
 3 files changed, 74 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 87ccad222e..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-# https://github.com/purcell/nix-emacs-ci
-# https://nixos.wiki/wiki/Nix_on_Travis
-language: nix
-
-cache:
-  directories:
-  - $HOME/nix.store
-
-jobs:
-  include:
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-25-1
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-25-2
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-25-3
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-26-1
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-26-2
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-26-3
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-27-1
-    - os: linux
-      dist: bionic
-      env: EMACS_CI=emacs-snapshot
-
-before_install:
-  - sudo mkdir -p /etc/nix
-  - echo "substituters = https://cache.nixos.org/ file://$HOME/nix.store" | 
sudo tee -a /etc/nix/nix.conf > /dev/null
-  - echo 'require-sigs = false' | sudo tee -a /etc/nix/nix.conf > /dev/null
-
-before_cache:
-  - mkdir -p $HOME/nix.store
-  - nix copy --to file://$HOME/nix.store -f default.nix buildInputs
-
-before_script:
-  - sudo mkdir -p /etc/nix && echo 'sandbox = true' | sudo tee 
/etc/nix/nix.conf
-
-install:
-  # The default "emacs" executable on the $PATH will now be the version named 
by $EMACS_CI
-  - bash <(curl 
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
-  - travis_retry eval $"curl -fsSL 
https://raw.githubusercontent.com/cask/cask/master/go | python ; sleep 10"
-  - export PATH=$HOME/.cask/bin:$PATH
-  - travis_retry eval $"cask install ; sleep 10"
-script:
-  - export PATH=$HOME/.cask/bin:$PATH
-  - emacs --version
-  - cask build
-
-allow_failures:
-  - os: linux
-    dist: bionic
-    env: EMACS_CI=emacs-snapshot
diff --git a/Cask b/Cask
deleted file mode 100644
index f739f39ead..0000000000
--- a/Cask
+++ /dev/null
@@ -1,11 +0,0 @@
-(source gnu)
-(source melpa)
-
-(package-file "helm.el")
-
-(development
- (depends-on "f")
- (depends-on "ecukes")
- (depends-on "ert-runner")
- (depends-on "el-mock")
- (depends-on "async"))
diff --git a/README.md b/README.md
index d4646bbdcf..f4df72ca02 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@
   <a href="http://www.gnu.org/licenses/gpl-3.0.txt";><img 
src="https://img.shields.io/badge/license-GPL_3-green.svg"; alt="License GPL 3" 
/></a>
   <a href="https://melpa.org/#/helm";><img alt="MELPA" 
src="https://melpa.org/packages/helm-badge.svg"/></a>
   <a href="https://stable.melpa.org/#/helm";><img alt="MELPA Stable" 
src="https://stable.melpa.org/packages/helm-badge.svg"/></a>
-  <a href="https://travis-ci.org/emacs-helm/helm";><img alt="Travis CI" 
src="https://travis-ci.org/emacs-helm/helm.svg?branch=master"/></a>
 </p>
 
 



reply via email to

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