Skip to content

Commit

Permalink
Add Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Miikka Koskinen authored and jarppe committed Sep 21, 2017
1 parent b0a6596 commit c7e0e91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false
language: clojure
lein: 2.7.1
script: lein do test, check
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# testit
# testit [![Build Status](https://api.travis-ci.org/metosin/testit.svg?branch=master)](https://travis-ci.org/metosin/testit)

[Midje](https://github.com/marick/Midje) style assertions for `clojure.test`

Expand Down

0 comments on commit c7e0e91

Please sign in to comment.