Ver código fonte

Travis: Build and test on JDK 7, 8 and 11.

This uses the Trusty (14.04) image since that in the only one
where all three JDKs are available.
tags/r1.9.0
Florian Zschocke 4 anos atrás
pai
commit
cf23590a66
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver arquivo

@@ -1,2 +1,8 @@
dist: trusty

language: java

jdk:
- openjdk7
- openjdk8
- oraclejdk11

Carregando…
Cancelar
Salvar