forked from TYPO3/typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (37 loc) · 859 Bytes
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
language: php
matrix:
fast_finish: true
include:
- php: 7
sudo: required
addons:
apt:
packages:
- language-pack-de
sonarcloud:
organization: "typo3"
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.sonar/cache
notifications:
irc:
channels:
- "irc.freenode.net#typo3-cms"
on_success: change
on_failure: always
use_notice: true
slack:
rooms:
secure: nHWVTPyG3CQWIcYA1LASS11dD0/NBcmrAyr3xxQW0XYtH47ZUKRlEtxrVLuL7ptciNwMbfZgsiRQ1QGWDerHUlBkg0iwRxpUZgeylzWaiXsHFVAp2IBfEX54KrWeYm9gewIBDDtnp+sLgpXGgmpIs2bAGkZe5129UsUExoWh0+g=
on_success: change
on_failure: always
webhooks:
urls:
- http://www.t3bot.de/hooks/travis/index.php
on_success: always
on_failure: always
on_start: never
script:
- sonar-scanner -Dproject.settings=Build/.sonar-project.properties