Skip to content

Commit

Permalink
use Cask to manage deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lewang committed Oct 26, 2015
1 parent 9c8a17f commit ba2a503
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,9 @@ before_install:
sudo apt-get install -qq
emacs24 emacs24-el emacs24-common-non-dfsg;
fi
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- ./.cask/bin/cask

env:
- EMACS=emacs24 TAGS="--tags ~@requires-e24-3"
- EMACS=emacs-snapshot TAGS=""
Expand Down
5 changes: 5 additions & 0 deletions Cask
@@ -0,0 +1,5 @@
(source gnu)
;(source melpa)

(development
(depends-on "async"))
7 changes: 7 additions & 0 deletions tests/run-test.el
Expand Up @@ -23,6 +23,13 @@
flx-root-dir))


;; Cask
(setq package-user-dir
(expand-file-name (format "~/.cask/%s/elpa" emacs-version)))
(package-initialize)



;; Use ERT from github when this Emacs does not have it
(unless (locate-library "ert")
(add-to-list
Expand Down

0 comments on commit ba2a503

Please sign in to comment.