-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add travis CI * switch to trusty dist where openjdk8 is available * skip gpg signing * remove jdk7 * add oracle java9 installer * remove jdk9
- Loading branch information
1 parent
5b637d6
commit ce2c688
Showing
2 changed files
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: java | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- oracle-java8-installer | ||
|
||
jdk: | ||
- openjdk8 | ||
- oraclejdk8 | ||
|
||
install: | ||
- mvn install -DskipTests -Dgpg.skip -Dmaven.javadoc.skip -B -V | ||
|
||
sudo: false | ||
dist: trusty |
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