Explorar el Código

JDK switcher doesn't work in OSX

master
BinHong Lee hace 7 años
padre
commit
008fb84203
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. +5
    -4
      .travis.yml

+ 5
- 4
.travis.yml Ver fichero

@@ -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"



Cargando…
Cancelar
Guardar