1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-21 06:56:37 +02:00
evil-collection/.travis.yml
2017-11-20 23:18:01 -08:00

30 lines
713 B
YAML

language: emacs-lisp
sudo: false
cache:
- directories:
- "$HOME/emacs/"
matrix:
fast_finish: true
allow_failures:
- env: EMACS_VERSION=snapshot
env:
- EMACS_VERSION=25.1
# 25.2 is identical to 25.3 except for a security bug
- EMACS_VERSION=25.3
- EMACS_VERSION=snapshot
before_install:
- export PATH="$HOME/bin:$PATH"
- wget 'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
- make -f emacs-travis.mk install_emacs
- make -f emacs-travis.mk install_cask
install:
- cask install
script:
- make compile
- make lint
- make test
notifications:
email:
# Default is change, but that includes a new branch's 1st success.
on_success: never