From a83dc4ee1705986ae65d7df661e9314acb40d398 Mon Sep 17 00:00:00 2001 From: Updater Bot <updater@travis-ci.org> Date: Sun, 28 Apr 2019 14:11:34 +0000 Subject: [PATCH] Update to Keycloak 6.0.1 --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 556e5ff..185228d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ - docker env: - - KEYCLOAK_VERSION=5.0.0 + - KEYCLOAK_VERSION=6.0.1 before_install: - if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then docker pull quay.io/keycloak/keycloak:$KEYCLOAK_VERSION; fi -- Gitblit v1.9.1