diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2021-02-14 19:25:09 -0800 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2021-02-14 19:25:44 -0800 |
| commit | c70db01c19dfc88a7781eb841bcace148617814f (patch) | |
| tree | 6dd02c670c0abdc9213e05fd6c47be7dfc9bd81e | |
| parent | d58b9381873230f588b060a6f0eba6437c54794c (diff) | |
Remove travis configuration
| -rw-r--r-- | .travis.yml | 39 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -1,4 +1,4 @@ -# Helpful [](https://travis-ci.org/Wilfred/helpful) [](https://coveralls.io/github/Wilfred/helpful?branch=master) [](http://melpa.org/#/helpful) [](https://github.com/Aaronepower/tokei) +# Helpful [](https://coveralls.io/github/Wilfred/helpful?branch=master) [](http://melpa.org/#/helpful) [](https://github.com/Aaronepower/tokei) Helpful is an alternative to the built-in Emacs help that provides much more contextual information. |
