From 0eaab32cd2fc5a323c25dfddcf1d3b6feaf7435e Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sun, 09 Dec 2018 22:11:56 +0000
Subject: [PATCH] https://github.com/OpenIdentityPlatform/OpenDJ/issues/29

---
 .travis.yml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 84da216..285f3b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,8 +61,16 @@
       -   docker push $DOCKER_USERNAME/opendj
   - os: linux
     jdk: oraclejdk8
+  - os: linux
+    jdk: oraclejdk11
+  - os: linux
+    jdk: openjdk11
   - os: osx
-    osx_image: xcode9.1
+    osx_image: xcode9.3
+    env: 
+      - WINEPREFIX=~/.wine32 WINEARCH=win32 # wine on mac hangs
+  - os: osx
+    osx_image: xcode10.1
     env: 
       - WINEPREFIX=~/.wine32 WINEARCH=win32 # wine on mac hangs
   allow_failures:

--
Gitblit v1.10.0