Skip to content

Commit 66d101f

Browse files
committed
Tryout - Make ci work with cask
1 parent b3af137 commit 66d101f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
matrix:
55
- EMACS=emacs24
66
- EMACS=emacs-snapshot
7+
global:
8+
- PATH=$HOME/.cask/bin:$PATH
79

810
matrix:
911
allow_failures:
@@ -22,6 +24,9 @@ install:
2224
sudo apt-get install -qq emacs-snapshot &&
2325
sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
2426
fi
27+
- make deps
28+
- cask --version
29+
- cask
2530

2631
script:
2732
lsb_release -a && $EMACS --version && make EMACS=$EMACS check

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=))
5454

5555
.PHONY: all compile info clean check $(ELCHECKS) elpa package
5656

57+
deps:
58+
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
59+
5760
all: compile $(AUTOLOADS) info
5861

5962
compile: $(ELCFILES)

0 commit comments

Comments
 (0)