Skip to content

Commit

Permalink
Merge a76d30b into ff10968
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jul 7, 2020
2 parents ff10968 + a76d30b commit eb3e81a
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 142 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,5 +1,6 @@
language: java
sudo: true
os: linux
dist: xenial

jdk:
- openjdk8
Expand All @@ -19,7 +20,7 @@ script:
- ./gradlew build --stacktrace --info --no-daemon

after_success:
- ./gradlew jacocoRootReport coveralls --no-daemon
- ./gradlew codeCoverageReport coveralls --no-daemon

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit eb3e81a

Please sign in to comment.