Skip to content

Commit

Permalink
chore(ci): init travis
Browse files Browse the repository at this point in the history
  • Loading branch information
olOwOlo committed Sep 3, 2019
1 parent 32c4113 commit 9378fb2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: clojure
lein: 2.9.1

jdk:
- oraclejdk11
- oraclejdk8

script: lein cloverage --coveralls

after_success:
- curl -F json_file=@target/coverage/coveralls.json https://coveralls.io/api/v1/jobs
- lein deploy clojars

0 comments on commit 9378fb2

Please sign in to comment.