pkg-info.el/.travis.yml

32 lines
726 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

language: emacs-lisp
sudo: false
matrix:
matrix:
# Dont wait for jobs that are allowed to fail
fast_finish: true
# Allow snapshot to fail
allow_failures:
- env: EMACS_VERSION=snapshot
cache:
- directories:
- $HOME/.emacs.d/.cask/
- .cask/
env:
matrix:
- EMACS_VERSION=24.3
- EMACS_VERSION=24.4
- EMACS_VERSION=24.5
- EMACS_VERSION=25.1-rc2
- 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
- emacs --version
install:
- cask install
script:
- make compile
- make test