Skip to content

Commit 2237296

Browse files
fix(travis): move allow_failures from matrix to jobs
drop out use of matrix as it overrides jobs and therefore release step got skipped.
1 parent 0800a9d commit 2237296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jdk:
1414
- oraclejdk11
1515
- openjdk11
1616
- openjdk-ea
17-
matrix:
18-
allow_failures:
19-
- jdk: openjdk-ea
17+
2018
# Trigger a push build on master and dependabot branches + PRs build on every branches
2119
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
2220
branches:
@@ -29,6 +27,8 @@ script:
2927
- mvn -B site
3028
- mvn -B package
3129
jobs:
30+
allow_failures:
31+
- jdk: openjdk-ea
3232
include:
3333
- stage: release
3434
node_js: lts/*

0 commit comments

Comments
 (0)