Skip to content

Commit

Permalink
Merge pull request #168 from aNNiMON/java10-travis
Browse files Browse the repository at this point in the history
Add Java 10 support to Travis CI
  • Loading branch information
aNNiMON authored Jun 16, 2018
2 parents cb71b6e + fa84a73 commit 2a8fd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: java
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk10

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion streamTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
api project(':stream')
api 'org.hamcrest:hamcrest-core:1.3'
api 'org.mockito:mockito-core:2.7.13'
api 'org.mockito:mockito-core:2.19.0'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
Expand Down

0 comments on commit 2a8fd76

Please sign in to comment.