summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-12-24 14:07:23 -0500
committerKyle Meyer <kyle@kyleam.com>2015-12-24 14:07:23 -0500
commitea99bc6b8108bd3b2ff767541fa264db4dbf04a5 (patch)
tree820ce33ee4d13581c5ad1187e24116f7aa2cfadb /.travis.yml
parent127a1c3b95830c907641020a5f66acb649e21b9c (diff)
downloadbog-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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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