#7 - Circle CI

This commit is contained in:
Tim Zöller 2020-06-06 16:31:27 +02:00
parent aa68a66b58
commit 5e1655e154

View file

@ -19,7 +19,7 @@ jobs:
- run: - run:
name: Install Leiningen 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 # Download and cache dependencies
- restore_cache: - restore_cache: