Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Sep 17, 2020
1 parent 0788c8f commit c621683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: clojure
jdk:
- oraclejdk8
- oraclejdk11
- openjdk11
script:
- lein test
after_success:
- CLOVERAGE_VERSION=1.0.7-SNAPSHOT lein cloverage --codecov
- CLOVERAGE_VERSION=1.1.1 lein cloverage --codecov
- bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json

0 comments on commit c621683

Please sign in to comment.