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

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

[elpa] externals/bnf-mode 4880796 18/43: Remove no longer needed Travis


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 4880796 18/43: Remove no longer needed Travis CI configuration
Date: Mon, 20 Jan 2020 13:39:01 -0500 (EST)

branch: externals/bnf-mode
commit 488079654900970e8d29ec4d987c7c09bcc35b49
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Remove no longer needed Travis CI configuration
---
 .travis.yml | 105 ------------------------------------------------------------
 1 file changed, 105 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6344a98..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright (C) 2019 Serghei Iakovlev
-#
-# This file is NOT part of GNU Emacs.
-#
-# License
-#
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 3
-# of the License, or (at your option) any later version.
-#
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-
-language: emacs-lisp
-
-# Cache stable Emacs binaries, packages and Cask
-cache:
-  apt: true
-  timeout: 604800
-  directories:
-    - "$HOME/emacs"
-    # Cache BNF Mode dependencies
-    - ".cask/"
-    # Cache Cask bootstrap dependencies
-    - "$HOME/.emacs.d/.cask"
-
-addons:
-  apt:
-    packages:
-      - bsdtar
-      - texinfo
-
-git:
-  depth: 1
-
-env:
-  matrix:
-    - EMACS_VERSION=24.3
-    - EMACS_VERSION=24.4
-    - EMACS_VERSION=24.5
-    - EMACS_VERSION=25.1
-    - EMACS_VERSION=25.2
-    - EMACS_VERSION=25.3
-    - EMACS_VERSION=26.1
-    - EMACS_VERSION=26.2
-    - EMACS_VERSION=git-snapshot
-  global:
-    - PATH="$HOME/bin:$HOME/.cask/bin:$HOME/.evm/bin:$PATH"
-
-# Allow Emacs snapshot builds to fail and don't wait for it
-matrix:
-  fast_finish: true
-  allow_failures:
-    - env: EMACS_VERSION=git-snapshot
-
-before_install:
-  # Setup Emacs Version Manager
-  - git clone -q --depth=1 https://github.com/rejeep/evm.git $HOME/.evm
-  - evm config path /tmp
-
-install:
-  # Install Emacs (according to $EMACS_VERSION) and Cask
-  - evm install emacs-$EMACS_VERSION-travis --use --skip
-  - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
-
-before_script:
-  # Configure $EMACS_MAJOR_VERSION
-  - EMACS_MAJOR_VERSION="$(echo $EMACS_VERSION | cut -d '.' -f 1)"
-
-script:
-  - make help
-  - make init
-  - make build
-  # The 'checkdoc-file' present on Emacs >= 25.1
-  - '[[ "$EMACS_MAJOR_VERSION" = "24" ]] || make checkdoc'
-  - make test
-
-before_deploy:
-  - git config --global user.name "Serghei Iakovlev"
-  - git config --global user.email address@hidden
-  - wget 
https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb 
-o /dev/null
-  - sudo dpkg -i pandoc-2.7.2-1-amd64.deb
-  - make package
-
-deploy:
-  provider: releases
-  api_key: $GITHUB_TOKEN
-  file_glob: true
-  file: bnf-mode-*.tar
-  skip_cleanup: true
-  on:
-    tags: true
-    condition: $EMACS_VERSION = 26.1
-    repo: sergeyklay/bnf-mode
-
-notifications:
-  email: false



reply via email to

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