Skip to content

Commit

Permalink
PARQUET-1499: Include JDK11 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Jun 12, 2019
1 parent 29b406d commit 08b0066
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
# under the License.

language: java

jdk:
- openjdk8
- openjdk11

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq protobuf-compiler
Expand Down

0 comments on commit 08b0066

Please sign in to comment.