Skip to content

Commit 4691a77

Browse files
author
Daniel Gomes
committed
add sonarcloud
1 parent 06bd209 commit 4691a77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22

3+
dist: trusty
4+
35
php:
46
- 7.1
57
- 7.2
@@ -9,3 +11,10 @@ matrix:
911

1012
before_script:
1113
- composer install
14+
15+
addons:
16+
sonarcloud:
17+
organization: "dcsg-github"
18+
19+
script:
20+
- sonar-scanner

0 commit comments

Comments
 (0)