branch: externals/system-packages
commit c4c7a964d0874b018e9530e59b60de229bf25905
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    Travis...
---
 .travis.yml | 2 +-
 Makefile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 295b757..e9e54a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,6 @@ before_install:
   - sudo apt-get install emacs-snapshot
 
 script:
-  - emacs --version
+  - emacs-snapshot --version
   - make
 
diff --git a/Makefile b/Makefile
index bfee9c4..f4e31df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-EMACS ?= emacs
+EMACS ?= emacs-snapshot
 EMACS_FLAGS = --quick --directory .
 EMACS_BATCH = $(EMACS) --batch $(EMACS_FLAGS)
 

Reply via email to