Skip to content

Commit 19d5ef5

Browse files
committed
Travis PR validation using both JDK 6 and 8
By validating on both JDKs we know the project even builds on 8, while not using features (classes) from JDK8 - so it's still usable for JDK6 projects. Resolves reactive-streams#254
1 parent 3d82baf commit 19d5ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
directories:
66
- $HOME/.gradle
77
jdk:
8+
- oraclejdk8
89
- openjdk6
910
env:
1011
global:

0 commit comments

Comments
 (0)