aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2021-02-14 19:25:09 -0800
committerWilfred Hughes <me@wilfred.me.uk>2021-02-14 19:25:44 -0800
commitc70db01c19dfc88a7781eb841bcace148617814f (patch)
tree6dd02c670c0abdc9213e05fd6c47be7dfc9bd81e
parentd58b9381873230f588b060a6f0eba6437c54794c (diff)
Remove travis configuration
-rw-r--r--.travis.yml39
-rw-r--r--README.md2
2 files changed, 1 insertions, 40 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e2eeb38..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-# Use Trusty as Emacs 26.x is failing on Xenial
-# https://github.com/rejeep/evm/issues/125
-dist: trusty
-
-language: generic
-sudo: false
-
-cache:
- directories:
- - emacs-25.3
-
-before_install:
- - ./download_emacs_src.sh
-
- - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- - evm install $EVM_EMACS --use --skip
- - cask
-env:
- - EVM_EMACS=emacs-25.1-travis
- - EVM_EMACS=emacs-25.2-travis
- - EVM_EMACS=emacs-25.3-travis
- - EVM_EMACS=emacs-26.1-travis
- - EVM_EMACS=emacs-26.2-travis
- # - EVM_EMACS=emacs-git-snapshot-travis
-script:
- - emacs --version
- # Test interpreted code.
- - cask exec ert-runner
- # Test compiled code.
- - cask build
- - cask exec ert-runner
-
-notifications:
- email: false
-
-matrix:
- fast_finish: true
- allow_failures:
- - env: EVM_EMACS=emacs-git-snapshot-travis
diff --git a/README.md b/README.md
index 4944c07..f4cb299 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Helpful [![Build Status](https://travis-ci.org/Wilfred/helpful.svg?branch=master)](https://travis-ci.org/Wilfred/helpful) [![Coverage Status](https://coveralls.io/repos/github/Wilfred/helpful/badge.svg?branch=master)](https://coveralls.io/github/Wilfred/helpful?branch=master) [![MELPA](http://melpa.org/packages/helpful-badge.svg)](http://melpa.org/#/helpful) [![](https://tokei.rs/b1/github/wilfred/helpful)](https://github.com/Aaronepower/tokei)
+# Helpful [![Coverage Status](https://coveralls.io/repos/github/Wilfred/helpful/badge.svg?branch=master)](https://coveralls.io/github/Wilfred/helpful?branch=master) [![MELPA](http://melpa.org/packages/helpful-badge.svg)](http://melpa.org/#/helpful) [![](https://tokei.rs/b1/github/wilfred/helpful)](https://github.com/Aaronepower/tokei)
Helpful is an alternative to the built-in Emacs help that provides
much more contextual information.