Skip to content

Commit aa9f1f9

Browse files
committed
Remove Leiningen from CircleCI build
1 parent fde1da6 commit aa9f1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
default: &default-steps
55
steps:
66
- checkout
7-
- run: apt-get update && apt-get install make leiningen=2.8.1-6 -y
7+
- run: apt-get update && apt-get install make
88
- run: make elpa
99
- run: emacs --version
1010
- run: make test

0 commit comments

Comments
 (0)