Browse Source

JDK switcher doesn't work in OSX

master
BinHong Lee 7 years ago
parent
commit
008fb84203
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      .travis.yml

+ 5
- 4
.travis.yml View File

@@ -1,11 +1,12 @@
language: java
matrix:
include:
- os: linux
- os: osx
jdk:
- oraclejdk8
- oraclejdk7
osx_image: xcode7.2
- os: linux
jdk:
- oraclejdk8
- oraclejdk7

script: "mvn cobertura:cobertura"



Loading…
Cancel
Save