language: generic sudo: false branches: only: - master - develop before_install: - if [ ! -z "$EVM_EMACS" ]; then curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh; fi - if [ ! -z "$EVM_EMACS" ]; then evm install $EVM_EMACS --use --skip; fi env: - TESTS=core EVM_EMACS=emacs-24.4-travis - TESTS=core EVM_EMACS=emacs-24.5-travis - TESTS=core EVM_EMACS=emacs-25.1-travis - TESTS=core EVM_EMACS=emacs-git-snapshot-travis - TESTS=doc EVM_EMACS=emacs-24.4-travis - TESTS=doc EVM_EMACS=emacs-24.5-travis - TESTS=doc EVM_EMACS=emacs-25.1-travis - TESTS=doc EVM_EMACS=emacs-git-snapshot-travis - FORMATTING=space-test - FORMATTING=spacefmt EVM_EMACS=emacs-25.1-travis matrix: fast_finish: true allow_failures: - env: TESTS=core EVM_EMACS=emacs-git-snapshot-travis - env: TESTS=doc EVM_EMACS=emacs-git-snapshot-travis script: - ./.travis-build.sh