[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bind-key bc2f09f2d1 04/13: Delete Travis CI configurati
From: |
ELPA Syncer |
Subject: |
[elpa] externals/bind-key bc2f09f2d1 04/13: Delete Travis CI configuration |
Date: |
Mon, 14 Nov 2022 15:57:20 -0500 (EST) |
branch: externals/bind-key
commit bc2f09f2d1a0fe4983dd9d2416c36d9baaec6256
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Delete Travis CI configuration
---
.elpaignore | 1 -
.travis.yml | 48 ------------------------------------------------
2 files changed, 49 deletions(-)
diff --git a/.elpaignore b/.elpaignore
index d9ca1c78a6..30d29dea9b 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1,2 +1 @@
-.travis.yml
doc/*
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c6c20c4a01..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-language: generic
-sudo: false
-env:
- global:
- - CURL="curl -fsSkL --retry 9 --retry-delay 9"
- matrix:
- - EMACS_VERSION=27.1
- - EMACS_VERSION=26.3
- - EMACS_VERSION=25.3
- - EMACS_VERSION=24.5
- - EMACS_VERSION=24.4
- - EMACS_VERSION=24.3
- - EMACS_VERSION=master
-install:
- - $CURL -O
https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz
- - tar xf emacs-bin-${EMACS_VERSION}.tar.gz -C /
- - export EMACS=/tmp/emacs/bin/emacs
- - $EMACS --version
-dist: bionic
-addons:
- apt:
- packages:
- - texinfo
- - libgnutls30
-script:
- - make
- - make test
- - make info
-before_deploy: cd doc && make doc
-deploy:
- provider: pages
- skip_cleanup: true
- github_token: $GITHUB_TOKEN
- local_dir: doc/public
- on:
- branch: master
- condition: $EMACS_VERSION = 26
-notifications:
- webhooks:
- urls:
- - https://webhooks.gitter.im/e/848b93e13f8e6ab0cc86
- on_success: always
- on_failure: always
- on_start: always
- email:
- on_success: change
- on_failure: always
- on_start: never
- [elpa] externals/bind-key updated (da899c4674 -> 87c03dffc7), ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key d9b136d420 12/13: Merge pull request #1014 from skangas/readme-fixes, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 116e042f72 10/13: Merge pull request #1012 from skangas/makefile-emacsbin, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 87c03dffc7 13/13: Merge pull request #1015 from skangas/checkdoc, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 98fa02c521 07/13: Fix tests on Emacs 26 or older, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key f1ce5efa6b 02/13: Fix typo in README.md, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 0572eaf4e0 08/13: Fix building on Emacs 24.3, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key bc2f09f2d1 04/13: Delete Travis CI configuration,
ELPA Syncer <=
- [elpa] externals/bind-key 09c8ce9d5f 05/13: Add all supported versions to GitHub CI matrix, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 362788164a 09/13: Various checkdoc fixes, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 62919496cb 01/13: Don't mention versions <2.x at start of README.md, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key dc279c7418 03/13: Remove variable EMACSBIN from Makefile (Close #649), ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key cb79d4f386 06/13: Harden GitHub CI configuration, ELPA Syncer, 2022/11/14
- [elpa] externals/bind-key 042778a64c 11/13: Merge pull request #1013 from skangas/ci, ELPA Syncer, 2022/11/14