Skip to content

Commit dad4c07

Browse files
committed
Project: enable Travis, update test guide
1 parent 957ba7c commit dad4c07

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: clojure

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ Please check the API documentation in your browser. Visit the URL `http://localh
2222
was started.
2323

2424
## Testing
25-
`lein midje` will run all the tests.
25+
26+
Execute the tests with `lein`:
27+
28+
lein test
2629

2730
### Logging
2831
For debugging purposes you might want to enable trace logging. To do that, open file `src/log4j.properties` and replace

0 commit comments

Comments
 (0)