Skip to content

Commit

Permalink
updated travis ci for jdk10 test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitparekh committed Mar 23, 2018
1 parent 167ea20 commit f7a5c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ script: mvn test
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk10
after_success:
- mvn jacoco:report
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.2.30</kotlin.version>
<kotlin.version>1.2.31</kotlin.version>
<kotlin.test.version>2.0.7</kotlin.test.version>
<version.jacoco>0.8.0</version.jacoco>
<version.jacoco>0.8.1</version.jacoco>
</properties>

<scm>
Expand Down

0 comments on commit f7a5c0e

Please sign in to comment.