We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957ba7c commit dad4c07Copy full SHA for dad4c07
2 files changed
.travis.yml
@@ -0,0 +1 @@
1
+language: clojure
README.md
@@ -22,7 +22,10 @@ Please check the API documentation in your browser. Visit the URL `http://localh
22
was started.
23
24
## Testing
25
-`lein midje` will run all the tests.
+
26
+Execute the tests with `lein`:
27
28
+ lein test
29
30
### Logging
31
For debugging purposes you might want to enable trace logging. To do that, open file `src/log4j.properties` and replace
0 commit comments