Update travis config

And fix 26.1 build (see rejeep/evm#125)
This commit is contained in:
Henrik Lissner
2019-07-01 19:41:09 +02:00
parent 4a8db3a8cd
commit e0b5624979

View File

@ -1,4 +1,5 @@
language: generic language: generic
dist: trusty
sudo: false sudo: false
branches: branches:
only: only:
@ -15,6 +16,10 @@ before_install:
env: env:
- EVM_EMACS=emacs-25.3-travis - EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis - EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
matrix:
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
script: script:
- bin/doom version - bin/doom version
- bin/doom -d test - bin/doom -d test