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.
This commit is contained in:
Jens Schauder
2018-11-05 10:41:13 +01:00
parent 4f5c70f3d1
commit 552e7c3d08

View File

@@ -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: