Skip to content

Commit

Permalink
Merge 1f34e7c into 12aac86
Browse files Browse the repository at this point in the history
  • Loading branch information
noorul committed Nov 25, 2019
2 parents 12aac86 + 1f34e7c commit a296e33
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ language: emacs-lisp
matrix:
fast_finish: true
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
env:
- EVM_EMACS=emacs-26.3-travis
- EVM_EMACS=emacs-git-snapshot-travis
- env: EVM_EMACS=emacs-git-snapshot-travis-linux-trusty
include:
- os: linux
dist: trusty
env: EVM_EMACS=emacs-26.3-travis
- os: linux
dist: trusty
env: EVM_EMACS=emacs-git-snapshot-travis-linux-trusty

before_install:
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
- export PATH=$HOME/.evm/bin:$HOME/.cask/bin:$PATH
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
Expand Down

0 comments on commit a296e33

Please sign in to comment.