Skip to content

Commit

Permalink
Fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seb231 committed Aug 21, 2019
1 parent 2cb844a commit b0106eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:

# Download and cache dependencies
- restore_cache:
key:
- witan.cic-{{ checksum "project.clj" }}
key: witan.cic-{{ checksum "project.clj" }}

- run: lein deps

- save_cache:
key: witan.cic-{{ checksum "project.clj" }}
paths:
- ~/.m2
key: witan.cic-{{ checksum "project.clj" }}

# run tests!
- run: lein test

0 comments on commit b0106eb

Please sign in to comment.