Browse Source

Specify jdk version for osx in Travis

master
BinHong Lee 6 years ago
parent
commit
e455607324
Signed by: binhong <binhong@binhong.me> GPG Key ID: 6B4C5608EC620D19
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -2,6 +2,7 @@ language: java
matrix: matrix:
include: include:
- os: osx - os: osx
jdk: oraclejdk8
- os: linux - os: linux
jdk: oraclejdk8 jdk: oraclejdk8




Loading…
Cancel
Save