mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -1,4 +1,5 @@
|
||||
language: generic
|
||||
dist: trusty
|
||||
sudo: false
|
||||
branches:
|
||||
only:
|
||||
@ -15,6 +16,10 @@ before_install:
|
||||
env:
|
||||
- EVM_EMACS=emacs-25.3-travis
|
||||
- EVM_EMACS=emacs-26.1-travis
|
||||
- EVM_EMACS=emacs-git-snapshot-travis
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: EVM_EMACS=emacs-git-snapshot-travis
|
||||
script:
|
||||
- bin/doom version
|
||||
- bin/doom -d test
|
||||
|
Reference in New Issue
Block a user