Greenhouses/.travis.yml

18 lines
464 B
YAML
Raw Normal View History

2019-11-01 04:41:07 +01:00
language: java
sudo: false
addons:
sonarcloud:
organization: "bentobox-world"
2019-11-08 02:07:42 +01:00
2019-11-01 04:41:07 +01:00
jdk:
- openjdk11
script:
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=BentoBoxWorld_Greenhouses
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'