evil-collection/.travis.yml

30 lines
713 B
YAML
Raw Normal View History

2017-11-17 08:33:47 +01:00
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
2017-11-21 08:18:01 +01:00
- make test
2017-11-17 08:33:47 +01:00
notifications:
email:
# Default is change, but that includes a new branch's 1st success.
on_success: never