forked from kangeek/reactor-core-3-translation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
see reactor#325 [build] Improve build configuration for tests (reacto…
…r#1007) - better common configuration - clearer sequencing of events - additional tests are more clearly segregated and will still run when explicitly called - testNG is only exluded from check when building on Travis - loops is always excluded from check when building a SNAPSHOT - Travis fast_finish: do not wait for JDK9 job to finish before setting the build status
- Loading branch information
1 parent
79f0e22
commit b9e3aa9
Showing
2 changed files
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ jdk: | |
- oraclejdk9 | ||
|
||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- jdk: oraclejdk9 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters