Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Mar 20, 2016
1 parent cb2bbe8 commit 3c731d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: clojure
lein: lein2
script:
- lein2 install
- lein2 with-profile +dev cloverage --coveralls
- curl -F 'json_file=@target/coverage/coveralls.json' 'https://coveralls.io/api/v1/jobs'
jdk:
- oraclejdk8

0 comments on commit 3c731d4

Please sign in to comment.