Skip to content

Commit 84b6965

Browse files
committed
Restore .travis.yml
1 parent eb9770b commit 84b6965

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
language: java
2+
3+
sudo: false
4+
install: true
5+
6+
jdk:
7+
- oraclejdk8
8+
9+
cache:
10+
directories:
11+
- '$HOME/.m2/repository'
12+
- '$HOME/.sonar/cache'
13+
- '$HOME/.sonar/installs'
14+
15+
addons:
16+
sonarqube: true
17+
18+
notifications:
19+
email: false
20+
21+
addons:
22+
sonarcloud:
23+
organization: "lequal"
24+
token:
25+
secure: projettest # encrypted value of your token
26+
# Script to execute.
27+
28+
script:
29+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=lequal -Dsonar.login=181e22946e5e05302ceb4513dae3dcc9f7161f2f

0 commit comments

Comments
 (0)