-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version to SNAPSHOT * Fix Travis build - use JDK 8 and 11, remove build notifications, always build javadoc * Travis - force javadoc build on PRs to verify that it works correctly. * Fix Javadoc build with JDK 11, define javadoc plugin version.
- Loading branch information
Showing
7 changed files
with
54 additions
and
20 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 |
---|---|---|
@@ -1,20 +1,11 @@ | ||
language: java | ||
sudo: false | ||
install: mvn -Pstaging install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | ||
install: mvn -Pstaging install -DskipTests=true -B -V | ||
script: mvn -Pstaging test -B | ||
jdk: | ||
- oraclejdk8 | ||
- openjdk8 | ||
- openjdk11 | ||
|
||
cache: | ||
directories: | ||
- $HOME/.m2 | ||
|
||
notifications: | ||
email: | ||
- cdi-dev@lists.jboss.org | ||
irc: | ||
channels: | ||
- "chat.freenode.net#cdi-dev" | ||
on_success: change # options: [always|never|change] default: always | ||
on_failure: always # options: [always|never|change] default: always | ||
on_start: never # options: [always|never|change] default: always | ||
- $HOME/.m2/repository |
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
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
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
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
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
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