Ask travis to use JDK 7

Summary:
yhchiang This may or may not help
Closes https://github.com/facebook/rocksdb/pull/1385

Differential Revision: D4098424

Pulled By: yhchiang

fbshipit-source-id: 9f9782e
main
Adam Retter 8 years ago committed by Facebook Github Bot
parent 972e3ff295
commit 715591bba0
  1. 2
      .travis.yml

@ -5,6 +5,8 @@ os:
- osx
compiler:
- clang
jdk:
- oraclejdk7
addons:
apt:

Loading…
Cancel
Save