diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 15:15:19 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 15:15:19 -0500 |
commit | d20f7e140d33b230cdaddd08cc6e2dfe75fd1e2b (patch) | |
tree | dd7b3c04a610bdcb9ab30c1c01f511eac4d38af6 | |
parent | a5c3bf4a367622ed509bdf84e46d50b0315c4ea7 (diff) |
Do not build `data' branch
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ae882b2..d00ab46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # Stolen from capitaomorte/yasnippet language: emacs-lisp +branches: + except: + - data + env: - EVM_EMACS=emacs-24.1-bin - EVM_EMACS=emacs-24.2-bin |