Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
26 lines (20 sloc) 388 Bytes
dist: xenial
language: java
branches:
only:
- master
jdk:
- openjdk8
- openjdk11
matrix:
allow_failures:
- jdk: openjdk11
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
- "export MAVEN_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
script:
- mvn install -B -V
- mvn javadoc:jar
after_success:
- bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.