From 86be317e764ec5374f451f6423f88ed7a5d966c7 Mon Sep 17 00:00:00 2001 From: Christian Schwarzgruber Date: Sun, 18 Feb 2024 20:53:34 +0100 Subject: [PATCH] Remove travis support --- .travis.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd4a1ef..0000000 --- a/.travis.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Copied from package-lint/.travis.yml - -language: ruby - -before_install: - - git clone https://github.com/rejeep/evm.git $HOME/.evm - - export PATH=$HOME/.evm/bin:$PATH - - - evm config path /tmp - - evm install $EVM_EMACS --use --skip - - # Use cask to install development dependencies - - curl -fsSkL https://raw.github.com/cask/cask/master/go | python - - export PATH=$HOME/.cask/bin:$PATH - - cask - -env: - # - EVM_EMACS=emacs-24.1-travis EMACS_LINT_IGNORE=1 - # - EVM_EMACS=emacs-24.2-travis EMACS_LINT_IGNORE=1 - # - EVM_EMACS=emacs-24.3-travis - # - EVM_EMACS=emacs-24.4-travis - # - EVM_EMACS=emacs-24.5-travis - - EVM_EMACS=emacs-25.1-travis - - EVM_EMACS=emacs-25.2-travis - - EVM_EMACS=emacs-git-snapshot-travis - -matrix: - allow_failures: - - env: EVM_EMACS=emacs-git-snapshot-travis - -script: - cask exec test/run --debug - -# Local Variables: -# indent-tabs-mode: nil -# coding: utf-8 -# End: