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

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

[nongnu] elpa/swift-mode 2ca1425 026/496: Remove ackrc and travis yaml f


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 2ca1425 026/496: Remove ackrc and travis yaml for now
Date: Sun, 29 Aug 2021 11:33:01 -0400 (EDT)

branch: elpa/swift-mode
commit 2ca1425c90f26623519acd51a0c2d4fa429a891d
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    Remove ackrc and travis yaml for now
---
 .ackrc      |  4 ----
 .travis.yml | 25 -------------------------
 2 files changed, 29 deletions(-)

diff --git a/.ackrc b/.ackrc
deleted file mode 100644
index fa8a0eb..0000000
--- a/.ackrc
+++ /dev/null
@@ -1,4 +0,0 @@
---ignore-dir=.cask
---ignore-file=match:flycheck-
---ignore-file=match:info$
---ignore-file=match:texi$
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7504435..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: emacs-lisp
-env:
-  - EMACS=emacs24         PATH="$HOME/.cask/bin:$PATH"
-  - EMACS=emacs-snapshot  PATH="$HOME/.cask/bin:$PATH"
-
-install:
-  - 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;
-    fi
-  - if [ "$EMACS" = 'emacs-snapshot' ]; then
-        sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
-        sudo apt-get update -qq &&
-        sudo apt-get install -qq emacs-snapshot-el emacs-snapshot;
-    fi
-  - sudo apt-get install texinfo
-  - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
-
-before_script:
-  - make env
-
-script:
-  - make info
-  - make check



reply via email to

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