Skip to content

Commit

Permalink
Add Cask
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhavp committed Dec 12, 2016
1 parent ca958f3 commit 337a0f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq emacs

script: emacs -batch -f batch-byte-compile *.el
script:
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- cask build
10 changes: 10 additions & 0 deletions Cask
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(package "lsp" "0.0.0" "An implementation of Language Server Protocol for Emacs.")

(source gnu)
(source melpa)

(files "*.el")

(depends-on "projectile")
(depends-on "s")
(depends-on "ht")

0 comments on commit 337a0f3

Please sign in to comment.