Skip to content

Commit

Permalink
Validate work in JDK 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorotych committed Apr 10, 2019
1 parent 7e1b781 commit 787a810
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -52,6 +52,15 @@ jobs:
- sdk install gradle
script: gradle install additionalUseCaseTest

- stage: "Modern Java"
name: "Java 12"
jdk: openjdk12
install:
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install gradle
script: gradle install additionalUseCaseTest

- stage: coverage
jdk: openjdk8
install: ./gradlew install
Expand Down

0 comments on commit 787a810

Please sign in to comment.