Codebase list company-lsp / 3beb2566-3d36-4060-b49c-b034adbe9b91/main .travis.yml
3beb2566-3d36-4060-b49c-b034adbe9b91/main

Tree @3beb2566-3d36-4060-b49c-b034adbe9b91/main (Download .tar.gz)

.travis.yml @3beb2566-3d36-4060-b49c-b034adbe9b91/mainraw · history · blame

language: emacs-lisp
sudo: required
dist: trusty
matrix:
  fast_finish: true
  allow_failures:
    - env: EMACS_VERSION=snapshot
env:
  - EMACS_VERSION=25.1
  - EMACS_VERSION=26.1
  - 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:
  - cask build
  - cask exec buttercup -L .