summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-08-11 22:53:45 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-08-11 22:53:45 +0200
commit7787e19764c1089390584ac17a80129ef9afaa14 (patch)
tree64d5df238d88c9937707b658b6f8c0b1f1a8fa6c
parent0a2df46e2831c3b8ddc8f688069f2b4a49898731 (diff)
Remove .travis.yml
We stopped using that when Emacs 25.3 was the latest release.
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c3f5509..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-dist: xenial # Explicitly ask for the new default.
-language: generic
-env:
- global:
- - CURL="curl -fsSkL --retry 9 --retry-delay 9"
- matrix:
- - EMACS_VERSION=24.4
- - EMACS_VERSION=24.5
- - EMACS_VERSION=25.1
- - EMACS_VERSION=25.3 # 25.2 & security fix
- - EMACS_VERSION=26 # emacs-26 branch, built daily
- - EMACS_VERSION=master # master branch, built daily
- allow_failures:
- - env: EMACS_VERSION=master
-install:
- - $CURL -O https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz
- - tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C /
- - export EMACS=/tmp/emacs/bin/emacs
- - $EMACS --version
-script:
- - make lisp EMACSBIN=$EMACS EFLAGS='--eval "(setq byte-compile-error-on-warn t)"'
-notifications:
- email:
- on_success: never
- on_failure: always