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:
10
.travis.yml
10
.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:
|
||||
|
||||
Reference in New Issue
Block a user