diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-12-24 14:07:23 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-12-24 14:07:23 -0500 |
commit | ea99bc6b8108bd3b2ff767541fa264db4dbf04a5 (patch) | |
tree | 820ce33ee4d13581c5ad1187e24116f7aa2cfadb | |
parent | 127a1c3b95830c907641020a5f66acb649e21b9c (diff) | |
download | bog-ea99bc6b8108bd3b2ff767541fa264db4dbf04a5.tar.gz |
.travis.yml: Disable emacs-snapshot
org-agenda-prepare-buffers is broken in the Emacs repo (as of 3a5f751),
but fixed in Org (44c8cd7). Disable the emacs-snapshot tests until Org
is synced with Emacs.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 80a8c22..664caef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: emacs-lisp env: matrix: - EMACS=emacs24 - - EMACS=emacs-snapshot + # - EMACS=emacs-snapshot install: - if [ "$EMACS" = "emacs24" ]; then |