#7 - Circle CI
This commit is contained in:
parent
aa68a66b58
commit
5e1655e154
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Install Leiningen
|
||||
command: sudo apt-get update && install leiningen
|
||||
command: wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && chmod a+x lein && ./lein
|
||||
|
||||
# Download and cache dependencies
|
||||
- restore_cache:
|
||||
|
|
|
|||
Loading…
Reference in a new issue