branch: elpa/flx
commit 551b0952741d8237bec9f25314fa07b65eeadc94
Author: Le Wang <l26w...@gmail.com>
Commit: Le Wang <l26w...@gmail.com>

    fix travis cask path
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ae75353365..f787d05e64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ before_install:
           emacs24 emacs24-el emacs24-common-non-dfsg;
     fi
   - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
-  - ./.cask/bin/cask
+  - ~/.cask/bin/cask
 
 env:
   - EMACS=emacs24 TAGS="--tags ~@requires-e24-3"

Reply via email to