From 552e7c3d085b9c6d7932678df6f36929a21d1b33 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 5 Nov 2018 10:41:13 +0100 Subject: [PATCH] DATALDAP-93 - Allowing build referencing future Spring versions to fail. The build profile springldap-next references a Spring LDAP Core version that doesn't exist yet. Therefore it is expected to fail until that version comes into existence. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1bc175..9a90177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,12 @@ language: java jdk: - oraclejdk8 -env: - matrix: - - PROFILE=ci - - PROFILE=springldap-next +matrix: + include: + - env: PROFILE=ci + - env: PROFILE=springldap-next + allow_failures: + - env: PROFILE=springldap-next addons: apt: