Skip to content

Commit

Permalink
1.0.5: support for cljc tests
Browse files Browse the repository at this point in the history
fixes #13, #10
  • Loading branch information
martinklepsch committed Nov 11, 2015
1 parent 4d52de0 commit cca984a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,9 +1,13 @@
# boot-test [![Build Status][badge]][build]

[![Clojars Project][1]][2]

[Boot] task for running clojure.test tests

[](dependency)
```clojure
[adzerk/boot-test "1.0.5"] ;; latest release
```
[](/dependency)

## Usage

Add `boot-test` to your `build.boot` dependencies and `require` the
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -5,7 +5,7 @@
(require '[adzerk.bootlaces :refer :all]
'[adzerk.boot-test :refer [test]])

(def +version+ "1.0.4")
(def +version+ "1.0.5")

(bootlaces! +version+)

Expand Down

0 comments on commit cca984a

Please sign in to comment.