We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb89ac8 commit 3e2bad4Copy full SHA for 3e2bad4
.gitignore
@@ -1 +1,5 @@
1
+# Compiled
2
*.elc
3
+
4
+# Packaging
5
+.cask
.travis.yml
@@ -4,10 +4,13 @@ env:
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
6
before_install:
7
- - export PATH="$HOME/.evm/bin:$PATH"
8
- - git clone https://github.com/rejeep/evm.git /home/travis/.evm
+ - export PATH="$HOME/.cask/bin:$HOME/.evm/bin:$PATH"
+ - git clone https://github.com/rejeep/evm.git $HOME/.evm
9
- evm config path /tmp
10
- evm install $EVM_EMACS --use --skip
11
+ - git clone https://github.com/cask/cask.git $HOME/.cask
12
+install:
13
+ - cask install
14
script:
15
- emacs --version
- - emacs -Q -batch -f batch-byte-compile *.el
16
+ - cask build
Cask
@@ -0,0 +1,2 @@
+(source gnu)
+(source melpa)
0 commit comments