branch: elpa/sly
commit 1821a321b1ca9d0d940e9292133e4a6b0886d8ac
Author: André A. Gomes <[email protected]>
Commit: André A. Gomes <[email protected]>
Delete Travis CI.
It has been replace by GitHub Actions on commit
e0b8ea81ec5f41838d0ca403cffc311944f33c53.
---
.travis.yml | 32 --------------------------------
README.md | 1 -
2 files changed, 33 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1bb08b316cc..00000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-dist: trusty
-# Require sudo because Emacs needs to disable ASLR to dump, only
-# possible on sudo-enabled environment. See also
-# https://github.com/travis-ci/travis-ci/issues/9061.
-sudo: required
-language: emacs-lisp
-cache:
- - directories:
- # Cache stable Emacs binaries (saves 1min per job)
- - "$HOME/emacs/"
- - "$HOME/.roswell/"
-
-env:
- - "TARGET=check-core ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=25.2"
- - "TARGET=check-fancy ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=25.2"
- - "TARGET=check-fancy ROSWELL_LISP=ccl-bin EMACS_VERSION=26.1"
- - "TARGET=check-core ROSWELL_LISP=ccl-bin EMACS_VERSION=26.1"
- - "TARGET=check-mrepl ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=26.1"
- - "TARGET=check-indentation ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=26.1"
- - "TARGET=check-core ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=26.1"
- - "TARGET=check-fancy ROSWELL_LISP=sbcl-bin/1.2.14 EMACS_VERSION=26.1"
-
-before_install:
- - wget
'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
- - make -f emacs-travis.mk install_emacs
- - export ROSWELL_INSTALL_DIR=~/.roswell && mkdir -p $ROSWELL_INSTALL_DIR
- - export PATH=$ROSWELL_INSTALL_DIR/bin:$PATH
- - export LISP=$ROSWELL_LISP
- - curl -L
https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh
| sh
-
-script:
- - make LISP="ros run -L $ROSWELL_LISP"
EMACS=$HOME/emacs/$EMACS_VERSION/src/emacs $TARGET
diff --git a/README.md b/README.md
index 18542a0a095..f34b7d50786 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-[](https://travis-ci.org/joaotavora/sly)
[](https://melpa.org/#/sly)
```lisp