From cbb2f2f81452a97fddbdcc1f6010fbc85682e3b3 Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg <erlend@hamnaberg.net> Date: Thu, 29 Nov 2018 07:42:20 +0000 Subject: [PATCH] Redirect to application after login is complete --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e30465..b9aad8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ - docker env: - - KEYCLOAK_VERSION=4.4.0.Final + - KEYCLOAK_VERSION=4.6.0.Final before_install: - if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then docker pull jboss/keycloak:$KEYCLOAK_VERSION; fi -- Gitblit v1.9.1