Skip to content

Commit

Permalink
Add initial CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jul 3, 2016
1 parent c1dc8fc commit 49c5e65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
java:
version: openjdk7

test:
pre:
- lein check
- lein cljmft check
post:
- lein cloverage --coveralls
- curl -F json_file=@target/coverage/coveralls.json https://coveralls.io/api/v1/jobs

0 comments on commit 49c5e65

Please sign in to comment.