mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
17 lines
397 B
YAML
17 lines
397 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
install: true
|
|
script: mvn clean install -DprocessorIntegrationTest.toolchainsFile=etc/toolchains-travis-jenkins.xml -B -V
|
|
after_success:
|
|
- mvn jacoco:report && bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
|
|
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- $HOME/.m2
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- oracle-java8-installer
|