This repository has been archived on 2022-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/.travis.yml
Wojciech Kozlowski ccb24dd46e Squashed 'emacs-racer/' content from commit 6e0d1b3
git-subtree-dir: emacs-racer
git-subtree-split: 6e0d1b3ebd54497c0cc995a92f09328ff101cd33
2017-09-09 00:25:09 +01:00

23 lines
519 B
YAML

language: generic
before_install:
- 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-24.3-travis
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
script:
- emacs --version
- make test
notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis