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

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

[nongnu] elpa/webpaste 76d740e 283/298: travis: Drop travis


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 76d740e 283/298: travis: Drop travis
Date: Thu, 9 Dec 2021 19:00:30 -0500 (EST)

branch: elpa/webpaste
commit 76d740ed47e370ff1865796aba3440a9d6207539
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    travis: Drop travis
---
 .travis.yml | 33 ---------------------------------
 README.org  |  1 -
 2 files changed, 34 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 35c5520..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-language: nix
-os:
-  - linux
-
-# Allow Emacs snapshot and integration builds to fail
-matrix:
-  allow_failures:
-    - env: EMACS_CI=emacs-snapshot
-    - env: EMACS_CI=emacs-26-3 INTEGRATION=yes
-
-env:
-  - EMACS_CI=emacs-26-1
-  - EMACS_CI=emacs-26-2
-  - EMACS_CI=emacs-26-3
-  - EMACS_CI=emacs-snapshot
-  - EMACS_CI=emacs-26-3 INTEGRATION=yes
-
-install:
-  # Install nix-emacs-ci
-  - bash <(curl 
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
-
-  # Install cask
-  - nix-env -iA nixpkgs.cask
-
-  # Install your dependencies
-  - cask install
-
-script:
-  # Run the tests if we shouldn't trigger the integrations
-  - if test -z "$INTEGRATION"; then make test;        fi
-
-  # Otherwise we run the integration tests
-  - if test -n "$INTEGRATION"; then make integration; fi
diff --git a/README.org b/README.org
index 64c4e10..cd179c0 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,6 @@
 
[[https://www.gnu.org/licenses/gpl-3.0.txt][https://img.shields.io/badge/license-GPL_3-green.svg]]
 [[https://melpa.org/#/webpaste][https://melpa.org/packages/webpaste-badge.svg]]
 
[[https://stable.melpa.org/#/webpaste][https://stable.melpa.org/packages/webpaste-badge.svg]]
-[[https://travis-ci.org/etu/webpaste.el][https://travis-ci.org/etu/webpaste.el.svg?branch=master]]
 
[[https://coveralls.io/github/etu/webpaste.el?branch=master][https://coveralls.io/repos/github/etu/webpaste.el/badge.svg?branch=master]]
 
 * Webpaste.el -- Paste text to pastebin-like services



reply via email to

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