Skip to content

Commit

Permalink
Add Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed Nov 15, 2017
1 parent 13e530c commit d2f5e79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: clojure
jdk:
- oraclejdk8
lein: 2.8.1
script:
- lein with-profile test do clean, test, cloverage --coveralls
- curl -F 'json_file=@target/coverage/coveralls.json' 'https://coveralls.io/api/v1/jobs'

0 comments on commit d2f5e79

Please sign in to comment.