From 9776e16455300a5d7fd81615199c07fd6aa254ae Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 7 Aug 2013 09:19:42 +0100 Subject: [PATCH] Simply use "cask exec ecukes" in travis build (see comment on e29be4b) --- run-travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-travis-ci.sh b/run-travis-ci.sh index c50d8954..b3e8af60 100755 --- a/run-travis-ci.sh +++ b/run-travis-ci.sh @@ -11,4 +11,4 @@ echo "$ECUKES_EMACS" --batch --eval "(unless (ignore-errors (require 'cl-lib)) (package-refresh-contents) (package-install 'cl-lib))" -cask exec $(find elpa/ecukes-*/ecukes | tail -1) +cask exec ecukes