forked from wildfly-security/wildfly-elytron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (30 loc) · 1.18 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: java
sudo: false
install: true
jdk:
- openjdk11
notifications:
email: false
env:
global:
secure: EAmOqz5mDImXqnRH9RANHGTwzs3QHxWkdrz9dF+lECU1jfmmOFr2QP7Vp3WExLcX2J2j5erhRX1F9G9r2pLS2JkShKOgDmQ4rl/1FvQFppUhtuimnyw6sR+sp+VXZ5CCl1QowX+1uukjVlfxWDfYDNI1DUuHwbcQW8PnZj7z+IM=
addons:
coverity_scan:
project:
name: wildfly-security/wildfly-elytron
description: Elytron Coverity Scan via Travis CI
notification_email: [email protected]
build_command_prepend: mvn clean
build_command: mvn -s .travis-settings.xml -DskipTests=true compile
branch_pattern: master
sonarqube:
organization: wildfly-security
token:
secure: Lul8OuAJ+kZG9eTdbsIow1yEqqcawRMHEPJxj43wQyVsmiDCxijUxRI0Rs4JI16evaosRcY/6rIhSPUwh8VxuNkoGXKMXv99YjTEqgpzpjOvhMWZM0dQPBcDWyCgJR0G3m26VQx1bGDDqaBfU3iHIy02judvBjgqpv/5EA9GWAE=
script:
# The 'version.sonar.plugin' property used in the following command is just a workaround for an incorrect version used in jboss-parent POM
- mvn -s .travis-settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dversion.sonar.plugin=3.3.0.603
cache:
directories:
- "$HOME/.m2/repository"
- "$HOME/.sonar/cache"