branch: elpa/with-editor
commit 7787e19764c1089390584ac17a80129ef9afaa14
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Remove .travis.yml
    
    We stopped using that when Emacs 25.3 was the latest release.
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c3f55090171..00000000000
--- 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

Reply via email to